VsUIPropertyDescriptor.type Field

Definition

Contains the type of the property.

public: System::String ^ type;
public: Platform::String ^ type;
std::wstring type;
public string type;
val mutable type : string
Public type As String 

Field Value

Remarks

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

Applies to