Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
The data type of properties in the settings store
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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). |