IVsDataViewInfo.ConnectionNode Property

Gets information about a connection node in the data view.

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

Syntax

'宣言
ReadOnly Property ConnectionNode As IVsDataViewConnectionNodeInfo
'使用
Dim instance As IVsDataViewInfo
Dim value As IVsDataViewConnectionNodeInfo

value = instance.ConnectionNode
IVsDataViewConnectionNodeInfo ConnectionNode { get; }
property IVsDataViewConnectionNodeInfo^ ConnectionNode {
    IVsDataViewConnectionNodeInfo^ get ();
}
function get ConnectionNode () : IVsDataViewConnectionNodeInfo

Property Value

Type: Microsoft.VisualStudio.Data.Services.IVsDataViewConnectionNodeInfo

An IVsDataViewConnectionNodeInfo representing information about a connection node.

Permissions

See Also

Reference

IVsDataViewInfo Interface

IVsDataViewInfo Members

Microsoft.VisualStudio.Data.Services Namespace