Compartilhar via


Campo VsUIPropertyDescriptor.type

 

Contém o tipo da propriedade.

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

Sintaxe

public string type
public:
String^ type
val mutable type : string
Public type As String

Valor de Campo

Type: System.String

Comentários

Alguns dos tipos predefinidos estão listados abaixo.Outros tipos podem ser adicionados por conversores de dados.

  • VsUI.Char
    Caracterer

  • VsUI.Int16
    Inteiro curto

  • VsUI.Int32
    Integer

  • VsUI.Int64
    inteiro de 64 bits

  • VsUI.Byte
    Byte

  • VsUI.Word
    Unsigned short

  • VsUI.DWord
    Inteiro não assinado

  • VsUI.QWord
    Inteiro não assinado de 64 bits

  • VsUI.Boolean
    Boolean

  • VsUI.String
    String

  • VsUI.DateTime
    Data e hora

  • VsUI.Single
    Float

  • VsUI.Double
    Double

  • VsUI.Decimal
    Decimal

  • VsUI.Unknown
    IUnknown

  • VsUI.Dispatch
    IDispatch

  • VsUI.DataSource
    Fonte de dados

  • VsUI.Collection
    Coleção de fonte de dados

  • VsUI.Bitmap
    BITMAP

  • VsUI.Icon
    ÍCONE

  • VsUI.ImageList
    ImageList

  • VsUI.Color
    Color

Consulte também

Estrutura VsUIPropertyDescriptor
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo