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
'Declaration
ReadOnly Property IsModelInitialized As Boolean
'Usage
Dim instance As IVsDataViewHierarchy
Dim value As Boolean
value = instance.IsModelInitialized
bool IsModelInitialized { get; }
property bool IsModelInitialized {
bool get ();
}
function get IsModelInitialized () : boolean
Property Value
Type: System.Boolean
true if the support model is initialized; otherwise, false.
.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