IVsSettingsWriter Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

NameDescription
System_CAPS_pubmethodReportError(String^, UInt32)

Reports the error status of the settings file write operation.

System_CAPS_pubmethodWriteCategoryVersion(Int32, Int32, Int32, Int32)

Sets the value of a category version object stored in the Visual Studio settings file.

System_CAPS_pubmethodWriteSettingAttribute(String^, String^, String^)

System_CAPS_pubmethodWriteSettingBoolean(String^, Int32)

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

System_CAPS_pubmethodWriteSettingBytes(String^, array<Byte>^, Int32)

Stores the values of an array in the Visual Studio settings file.

System_CAPS_pubmethodWriteSettingLong(String^, Int32)

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

System_CAPS_pubmethodWriteSettingString(String^, String^)

Stores a string value in the Visual Studio settings file.

System_CAPS_pubmethodWriteSettingXml(Object^)

Stores the value of an XML object in the Visual Studio settings file.

System_CAPS_pubmethodWriteSettingXmlFromString(String^)

Stores the value of an XML setting as a string object in the Visual Studio settings file.

Return to top
Show: