__VsSettingsType Enumeration
Visual Studio 2015
The data type of properties in the settings store.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| 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). |
Show: