SettingsType Enumeration

 

Data types of the properties that are stored inside the collections.

Namespace:   Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public enum SettingsType

Member nameDescription
Binary

Data type used to store byte streams (arrays).

Int32

Data type used to store 4 byte (32 bits) properties which are Boolean, Int32 and UInt32.

Int64

Data type used to store 8-byte (64-bit) properties which are Int64 and UInt64.

Invalid

Invalid data type.

String

Data type used to store the strings.

Return to top
Show: