Partilhar via


Propriedade IVsDataViewSelectionNodeInfo.ObjectType

Obtém o tipo de objeto de dados representado no nó de seleção.

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

Sintaxe

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

Valor de propriedade

Tipo: Microsoft.VisualStudio.Data.Services.IVsDataObjectType
IVsDataObjectType que representa o tipo de nó de seleção.

Segurança do .NET Framework

Consulte também

Referência

IVsDataViewSelectionNodeInfo Interface

Namespace Microsoft.VisualStudio.Data.Services