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
Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Stores the value of a Boolean object in the Visual Studio settings file.
Stores the value of a Long object in the Visual Studio settings file.
Stores a string value in the Visual Studio settings file.
Top