SettingsType Enumeration
Visual Studio 2015
Data types of the properties that are stored inside the collections.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
| Member name | Description | |
|---|---|---|
| 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. |
Show: