Partilhar via


Propriedade IVsDataObject.Type

Obtém um objeto de IVsDataObjectType que representa um tipo de suporte do objeto de dados que é específico da fonte de dados.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)

Sintaxe

'Declaração
ReadOnly Property Type As IVsDataObjectType
IVsDataObjectType Type { get; }
property IVsDataObjectType^ Type {
    IVsDataObjectType^ get ();
}
abstract Type : IVsDataObjectType
function get Type () : IVsDataObjectType

Valor de propriedade

Tipo: Microsoft.VisualStudio.Data.Services.IVsDataObjectType
Um objeto de IVsDataObjectType que representa um tipo de suporte do objeto de dados que é específico da fonte de dados.

Segurança do .NET Framework

Consulte também

Referência

IVsDataObject Interface

Namespace Microsoft.VisualStudio.Data.Services