RunningDocumentInfo::IsHierarchyInitialized Property

 

Determines whether the hierarchy has been initialized.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property bool IsHierarchyInitialized {
	bool get();
}

Property Value

Type: System::Boolean

True if the hierarchy has been initialized, otherwise false.

Return to top
Show: