다음을 통해 공유


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

‘선언
ReadOnly Property IsViewSupportInitialized As Boolean
    Get
bool IsViewSupportInitialized { get; }
property bool IsViewSupportInitialized {
    bool get ();
}
abstract IsViewSupportInitialized : bool
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

See Also

Reference

IVsDataViewHierarchy Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace

IVsDataViewSupport

DataViewSupport