IVsSettingsReader Methods
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | ReadCategoryVersion(Int32, Int32, Int32, Int32) | Returns the value of a category version object stored in the Visual Studio settings file. |
![]() | ReadFileVersion(Int32, Int32, Int32, Int32) | Returns the value of a file version object stored in the Visual Studio settings file. |
![]() | ReadSettingAttribute(String^, String^, String^) | Returns the value of an attribute object stored in the Visual Studio settings file. |
![]() | ReadSettingBoolean(String^, Int32) | Returns the value of a Boolean object stored in the Visual Studio settings file. |
![]() | ReadSettingBytes(String^, Byte, Int32, Int32) | Returns the values of an array stored in the Visual Studio settings file. |
![]() | ReadSettingLong(String^, Int32) | Returns the value of a Long object stored in the Visual Studio settings file. |
![]() | ReadSettingString(String^, String^) | Returns the value of a String object stored in the Visual Studio settings file. |
![]() | ReadSettingXml(String^, Object^) | Returns the value of an XML object stored in the Visual Studio settings file. |
![]() | ReadSettingXmlAsString(String^, String^) | Returns the value of an XML setting as a string object stored in the Visual Studio settings file. |
![]() | ReportError(String^, UInt32) | Reports the error status of the settings file read operation. |
