HierarchyTreeFilterProvider.HierarchyTreeFilter.IsInitialized Property
Gets a value indicating whether the component is initialized.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.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: Boolean
true if the component is initialized, otherwise false.
Implements
ISupportInitializeNotification.IsInitialized
.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.