__VsSettingsType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The data type of properties in the settings store.
public enum class __VsSettingsType
public enum class __VsSettingsType
enum __VsSettingsType
public enum __VsSettingsType
type __VsSettingsType =
Public Enum __VsSettingsType
- Inheritance
-
__VsSettingsType
Fields
SettingsType_Binary | 4 | Binary array type for byte arrays. |
SettingsType_Int | 1 | Four-byte integer type for integers, DWORDs, and booleans. |
SettingsType_Int64 | 2 | Eight-byte integer type for 64-bit integers and unsigned integers. |
SettingsType_Invalid | 0 | Invalid type. |
SettingsType_String | 3 | Null-terminated string type (BSTR or PCWSTR). |