Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The data type of properties in the settings store
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Public Enumeration __VsSettingsType
public enum __VsSettingsType
public enum class __VsSettingsType
type __VsSettingsType
public enum __VsSettingsType
Members
Member name | Description | |
---|---|---|
SettingsType_Invalid | Invalid type. | |
SettingsType_Int | Four-byte integer type for integers, DWORDs, and booleans. | |
SettingsType_Int64 | Eight-byte integer type for 64-bit integers and unsigned integers. | |
SettingsType_String | Null-terminated string type (BSTR or PCWSTR). | |
SettingsType_Binary | Binary array type for byte arrays. |