IVsSettingsReader Members
Include Protected Members
Include Inherited Members
Provides read access to configuration information stored in the Visual Studio settings file.
The IVsSettingsReader type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ReadCategoryVersion | |
![]() |
ReadFileVersion | |
![]() |
ReadSettingAttribute | Infrastructure. |
![]() |
ReadSettingBoolean | Returns the value of a Boolean object stored in the Visual Studio settings file. |
![]() |
ReadSettingBytes | Returns the values of an array stored in the Visual Studio settings file. |
![]() |
ReadSettingLong | Returns the value of a Long object stored in the Visual Studio settings file. |
![]() |
ReadSettingString | Returns the value of a String object stored in the Visual Studio settings file. |
![]() |
ReadSettingXml | |
![]() |
ReadSettingXmlAsString | |
![]() |
ReportError |
Top