Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the IsActive flag and verifies to see whether the element is active.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.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
function get IsActive () : boolean
Property Value
Type: System.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.