IVsDataViewInfo.ConnectionNode Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.