IVsDataViewHierarchy.ViewSupport Property

Gets the view support object associated with the current Server Explorer connection.

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

Syntax

'宣言
ReadOnly Property ViewSupport As IVsDataViewSupport
'使用
Dim instance As IVsDataViewHierarchy
Dim value As IVsDataViewSupport

value = instance.ViewSupport
IVsDataViewSupport ViewSupport { get; }
property IVsDataViewSupport^ ViewSupport {
    IVsDataViewSupport^ get ();
}
function get ViewSupport () : IVsDataViewSupport

Property Value

Type: Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataViewSupport

An IVsDataViewSupport object.

Remarks

The IVsDataViewSupport support entity class represents the hierarchical relationships of data source objects in Server Explorer.

Permissions

See Also

Reference

IVsDataViewHierarchy Interface

IVsDataViewHierarchy Members

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace