ModelElement.IsActive Property
Gets the IsActive flag and verifies to see whether the element is active.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property IsActive As Boolean
[BrowsableAttribute(false)]
public bool IsActive { get; }
[BrowsableAttribute(false)]
public:
property bool IsActive {
bool get ();
}
[<BrowsableAttribute(false)>]
member IsActive : bool with get
function get IsActive () : boolean
Property Value
Type: Boolean
true if the element is active; otherwise, false.
Remarks
true indicates the element is currently active in the model.
false indicates the element has been deleted or is being deleted.
.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.