IVsSettingsWriter.WriteSettingXml(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Stores the value of an XML object in the Visual Studio settings file.
public:
int WriteSettingXml(System::Object ^ pIXMLDOMNode);
public:
int WriteSettingXml(Platform::Object ^ pIXMLDOMNode);
int WriteSettingXml(winrt::Windows::Foundation::IInspectable const & pIXMLDOMNode);
public int WriteSettingXml (object pIXMLDOMNode);
abstract member WriteSettingXml : obj -> int
Public Function WriteSettingXml (pIXMLDOMNode As Object) As Integer
Parameters
- pIXMLDOMNode
- Object
[in] An IXMLDOMNode
object to be stored as the specified data element of the Visual Studio settings file.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.