다음을 통해 공유


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
    Get
IVsDataViewSupport ViewSupport { get; }
property IVsDataViewSupport^ ViewSupport {
    IVsDataViewSupport^ get ();
}
abstract ViewSupport : IVsDataViewSupport
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.

.NET Framework Security

See Also

Reference

IVsDataViewHierarchy Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace