__VsSettingsType Enum

Definition

The data type of properties in the settings store.

C++/CX
public enum class __VsSettingsType
Inheritance
__VsSettingsType

Fields

Name Value Description
SettingsType_Invalid 0

Invalid type.

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_String 3

Null-terminated string type (BSTR or PCWSTR).

SettingsType_Binary 4

Binary array type for byte arrays.

Applies to

Proizvod Verzije
Visual Studio SDK 2015, 2017, 2019, 2022