VsUIPropertyDescriptor::type Field
Visual Studio 2015
Contains the type of the property.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Some of the predefined types are listed below. Other types may be added by data convertors.
- VsUI.Char
Character
- VsUI.Int16
Short integer
- VsUI.Int32
Integer
- VsUI.Int64
64 bit integer
- VsUI.Byte
Byte
- VsUI.Word
Unsigned short
- VsUI.DWord
Unsigned integer
- VsUI.QWord
Unsigned 64 bit integer
- VsUI.Boolean
Boolean
- VsUI.String
String
- VsUI.DateTime
Datetime
- VsUI.Single
Float
- VsUI.Double
Double
- VsUI.Decimal
Decimal
- VsUI.Unknown
IUnknown
- VsUI.Dispatch
IDispatch
- VsUI.DataSource
DataSource
- VsUI.Collection
DataSource collection
- VsUI.Bitmap
BITMAP
- VsUI.Icon
ICON
- VsUI.ImageList
ImageList
- VsUI.Color
Color
Show: