IVsSettingsWriter.WriteSettingXml(Object) Method

Definition

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.

Applies to