IVsDataViewConnectionNodeInfo.ObjectType Property

Definition

Gets the type of the data object represented in the current connection node.

public:
 property Microsoft::VisualStudio::Data::Services::IVsDataObjectType ^ ObjectType { Microsoft::VisualStudio::Data::Services::IVsDataObjectType ^ get(); };
public Microsoft.VisualStudio.Data.Services.IVsDataObjectType ObjectType { get; }
member this.ObjectType : Microsoft.VisualStudio.Data.Services.IVsDataObjectType
Public ReadOnly Property ObjectType As IVsDataObjectType

Property Value

An IVsDataObjectType object as the type of the data object represented in the current connection node.

Applies to