VsUIPropertyDescriptor.type Field
Contains the type of the property.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Public type As String
public string type
public:
String^ type
val mutable type: string
public var type : String
Remarks
Some of the predefined types are listed below. Other types may be added by data convertors.
VsUI.Char
CharacterVsUI.Int16
Short integerVsUI.Int32
IntegerVsUI.Int64
64 bit integerVsUI.Byte
ByteVsUI.Word
Unsigned shortVsUI.DWord
Unsigned integerVsUI.QWord
Unsigned 64 bit integerVsUI.Boolean
BooleanVsUI.String
StringVsUI.DateTime
DatetimeVsUI.Single
FloatVsUI.Double
DoubleVsUI.Decimal
DecimalVsUI.Unknown
IUnknownVsUI.Dispatch
IDispatchVsUI.DataSource
DataSourceVsUI.Collection
DataSource collectionVsUI.Bitmap
BITMAPVsUI.Icon
ICONVsUI.ImageList
ImageListVsUI.Color
Color
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.