Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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_Binary | Binary array type for byte arrays. | |
| 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_Invalid | Invalid type. | |
| SettingsType_String | Null-terminated string type (BSTR or PCWSTR). |