IVsDataViewInfo.ConnectionNode Property

Definition

Gets information about a connection node in the data view.

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

Property Value

An IVsDataViewConnectionNodeInfo representing information about a connection node.

Applies to