IVsSettingsWriter Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
| Name | Description | |
|---|---|---|
![]() | ReportError(String^, UInt32) | Reports the error status of the settings file write operation. |
![]() | WriteCategoryVersion(Int32, Int32, Int32, Int32) | Sets the value of a category version object stored in the Visual Studio settings file. |
![]() | WriteSettingAttribute(String^, String^, String^) | |
![]() | WriteSettingBoolean(String^, Int32) | Stores the value of a Boolean object in the Visual Studio settings file. |
![]() | WriteSettingBytes(String^, array<Byte>^, Int32) | Stores the values of an array in the Visual Studio settings file. |
![]() | WriteSettingLong(String^, Int32) | Stores the value of a Long object in the Visual Studio settings file. |
![]() | WriteSettingString(String^, String^) | Stores a string value in the Visual Studio settings file. |
![]() | WriteSettingXml(Object^) | Stores the value of an XML object in the Visual Studio settings file. |
![]() | WriteSettingXmlFromString(String^) | Stores the value of an XML setting as a string object in the Visual Studio settings file. |
Show:
