IVsDataViewHierarchy.IsViewSupportInitialized Property
Gets a value indicating whether the view support object is initialized.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Property IsViewSupportInitialized As Boolean
'Usage
Dim instance As IVsDataViewHierarchy
Dim value As Boolean
value = instance.IsViewSupportInitialized
bool IsViewSupportInitialized { get; }
property bool IsViewSupportInitialized {
bool get ();
}
function get IsViewSupportInitialized () : boolean
Property Value
Type: System.Boolean
true if the view support is initialized; otherwise, false.
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