Share via


HierarchyTreeFilterProvider.HierarchyTreeFilter.IsInitialized Property

Gets a value indicating whether the component is initialized.

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

Syntax

'Declaration
Public Property IsInitialized As Boolean
public bool IsInitialized { get; private set; }
public:
virtual property bool IsInitialized {
    bool get () sealed;
    private: void set (bool value) sealed;
}
abstract IsInitialized : bool with get, private set 
override IsInitialized : bool with get, private set
final function get IsInitialized () : boolean 
private final function set IsInitialized (value : boolean)

Property Value

Type: System.Boolean
true if the component is initialized, otherwise false.

Implements

ISupportInitializeNotification.IsInitialized

.NET Framework Security

See Also

Reference

HierarchyTreeFilterProvider.HierarchyTreeFilter Class

Microsoft.VisualStudio.Shell Namespace