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)

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

See Also

Reference

VsUIPropertyDescriptor Structure

Microsoft.VisualStudio.Shell.Interop Namespace