IVsSettingsReader.ReadSettingXml(String, Object) Method
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.
Returns the value of an XML object stored in the Visual Studio settings file.
public:
int ReadSettingXml(System::String ^ pszSettingName, [Runtime::InteropServices::Out] System::Object ^ % ppIXMLDOMNode);
C++/WinRT
int ReadSettingXml(std::wstring const & pszSettingName, [Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & ppIXMLDOMNode);
public int ReadSettingXml(string pszSettingName, out object ppIXMLDOMNode);
abstract member ReadSettingXml : string * obj -> int
Public Function ReadSettingXml (pszSettingName As String, ByRef ppIXMLDOMNode As Object) As Integer
- 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.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
製品 | バージョン |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |