다음을 통해 공유


IVsDataViewHierarchy.IsModelInitialized Property

Gets a value indicating whether the support model is initialized.

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

Syntax

‘선언
ReadOnly Property IsModelInitialized As Boolean
    Get
bool IsModelInitialized { get; }
property bool IsModelInitialized {
    bool get ();
}
abstract IsModelInitialized : bool
function get IsModelInitialized () : boolean

Property Value

Type: System.Boolean
true if the support model is initialized; otherwise, false.

.NET Framework Security

See Also

Reference

IVsDataViewHierarchy Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace