VsUIPropertyDescriptor::type Field

 

Contains the type of the property.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

public:
String^ type

Field Value

Type: System::String^

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

Return to top
Show: