ModelElement.IsActive Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns true if the Element is currently active within the model, false if the element has been deleted or is in the process of being deleted.
public:
property bool IsActive { bool get(); };
[System.ComponentModel.Browsable(false)]
public bool IsActive { [System.Diagnostics.DebuggerStepThrough] get; }
[<System.ComponentModel.Browsable(false)>]
[<get: System.Diagnostics.DebuggerStepThrough>]
member this.IsActive : bool
Public ReadOnly Property IsActive As Boolean
Property Value
- Attributes