Include Protected Members
Include Inherited Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Provides VSPackages a mechanism for storing configuration information in the Visual Studio settings file.
The IVsSettingsWriter type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | ReportError | |
| .gif) | WriteCategoryVersion | |
| .gif) | WriteSettingAttribute | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | 
| .gif) | WriteSettingBoolean | Stores the value of a Boolean object in the Visual Studio settings file. | 
| .gif) | WriteSettingBytes | |
| .gif) | WriteSettingLong | Stores the value of a Long object in the Visual Studio settings file. | 
| .gif) | WriteSettingString | Stores a string value in the Visual Studio settings file. | 
| .gif) | WriteSettingXml | |
| .gif) | WriteSettingXmlFromString | 
Top