HierarchyTreeFilterProvider::HierarchyTreeFilter::IsInitialized Property

 

Gets a value indicating whether the component is initialized.

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

public:
property bool IsInitialized {
	virtual bool get() sealed;
	private: virtual void set(bool value) sealed;
}

Property Value

Type: System::Boolean

true if the component is initialized, otherwise false.

Return to top
Show: