IVsSettingsReader.ReadSettingXml(String, Object) Method

Definition

Returns the value of an XML object stored in the Visual Studio settings file.

C++/WinRT
int ReadSettingXml(std::wstring const & pszSettingName, [Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & ppIXMLDOMNode);

Parameters

pszSettingName
String

[in] String uniquely identifying the data element to be retrieved.

ppIXMLDOMNode
Object

[out, retval] An IXMLDOMNode object retrieved from 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

製品 バージョン
Visual Studio SDK 2015, 2017, 2019, 2022