Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the type of the property.
Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
  Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.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 
 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
.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.