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
CaractererVsUI.Int16
Inteiro curtoVsUI.Int32
IntegerVsUI.Int64
inteiro de 64 bitsVsUI.Byte
ByteVsUI.Word
Unsigned shortVsUI.DWord
Inteiro não assinadoVsUI.QWord
Inteiro não assinado de 64 bitsVsUI.Boolean
BooleanVsUI.String
StringVsUI.DateTime
Data e horaVsUI.Single
FloatVsUI.Double
DoubleVsUI.Decimal
DecimalVsUI.Unknown
IUnknownVsUI.Dispatch
IDispatchVsUI.DataSource
Fonte de dadosVsUI.Collection
Coleção de fonte de dadosVsUI.Bitmap
BITMAPVsUI.Icon
ÍCONEVsUI.ImageList
ImageListVsUI.Color
Color
Consulte também
Estrutura VsUIPropertyDescriptor
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo