__VsSettingsType Enumeration
Indicates 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
'Declaración
Public Enumeration __VsSettingsType
'Uso
Dim instance As __VsSettingsType
public enum __VsSettingsType
public enum class __VsSettingsType
type __VsSettingsType
public enum __VsSettingsType
Members
Member name | Description | |
---|---|---|
SettingsType_Invalid | Invalid type. | |
SettingsType_Int | 32-bit Integer type. | |
SettingsType_Int64 | 64-bit integer type. | |
SettingsType_String | String type (BSTR or PCWSTR). | |
SettingsType_Binary | Binary array type. |