__VsSettingsType Enumeration

 

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)

public enum __VsSettingsType

Member nameDescription
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).

Return to top
Show: