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
'Declaration
ReadOnly Property ViewSupport As IVsDataViewSupport
IVsDataViewSupport ViewSupport { get; }
property IVsDataViewSupport^ ViewSupport {
IVsDataViewSupport^ get ();
}
abstract ViewSupport : IVsDataViewSupport with 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataViewHierarchy Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace