Share via


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

Public method

ReportError

Public method

WriteCategoryVersion

Public method

WriteSettingAttribute

Infrastructure. This method supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Public method

WriteSettingBoolean

Stores the value of a Boolean object in the Visual Studio settings file.

Public method

WriteSettingBytes

Public method

WriteSettingLong

Stores the value of a Long object in the Visual Studio settings file.

Public method

WriteSettingString

Stores a string value in the Visual Studio settings file.

Public method

WriteSettingXml

Public method

WriteSettingXmlFromString

Top

See Also

Reference

IVsSettingsWriter Interface

Microsoft.VisualStudio.Shell.Interop Namespace