VsUIPropertyDescriptor.type 字段

包含属性的类型。

命名空间:  Microsoft.VisualStudio.Shell.Interop
程序集:   Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)
  Microsoft.VisualStudio.Shell.Interop.10.0(在 Microsoft.VisualStudio.Shell.Interop.10.0.dll 中)

语法

声明
Public type As String
public string type

备注

某些预定义的类型下面列出。其他类型可以由数据转换器添加。

  • VsUI.Char
    字符

  • VsUI.Int16
    短整型

  • VsUI.Int32
    Integer

  • VsUI.Int64
    64 位整数

  • VsUI.Byte
    Byte

  • VsUI.Word
    unsigned short

  • VsUI.DWord
    无符号整数

  • VsUI.QWord
    无符号 64 位整数

  • 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
    数据源集合

  • VsUI.Bitmap
    位图

  • VsUI.Icon
    图标

  • VsUI.ImageList
    ImageList

  • VsUI.Color
    Color

.NET Framework 安全性

请参见

参考

VsUIPropertyDescriptor 结构

Microsoft.VisualStudio.Shell.Interop 命名空间