IVsSettingsWriter Members
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 | |
---|---|---|
ReportError | ||
WriteCategoryVersion | ||
WriteSettingAttribute | Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code. | |
WriteSettingBoolean | Stores the value of a Boolean object in the Visual Studio settings file. | |
WriteSettingBytes | ||
WriteSettingLong | Stores the value of a Long object in the Visual Studio settings file. | |
WriteSettingString | Stores a string value in the Visual Studio settings file. | |
WriteSettingXml | ||
WriteSettingXmlFromString |
Top