IVsSettingsReader Methods

 

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

NameDescription
System_CAPS_pubmethodReadCategoryVersion(Int32, Int32, Int32, Int32)

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

System_CAPS_pubmethodReadFileVersion(Int32, Int32, Int32, Int32)

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

System_CAPS_pubmethodReadSettingAttribute(String^, String^, String^)

Returns the value of an attribute object stored in the Visual Studio settings file.

System_CAPS_pubmethodReadSettingBoolean(String^, Int32)

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

System_CAPS_pubmethodReadSettingBytes(String^, Byte, Int32, Int32)

Returns the values of an array stored in the Visual Studio settings file.

System_CAPS_pubmethodReadSettingLong(String^, Int32)

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

System_CAPS_pubmethodReadSettingString(String^, String^)

Returns the value of a String object stored in the Visual Studio settings file.

System_CAPS_pubmethodReadSettingXml(String^, Object^)

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

System_CAPS_pubmethodReadSettingXmlAsString(String^, String^)

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

System_CAPS_pubmethodReportError(String^, UInt32)

Reports the error status of the settings file read operation.

Return to top
Show: