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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
[BrowsableAttribute(false)]
property bool IsActive {
	bool get();
}

Property Value

Type: System::Boolean

true if the element is active; otherwise, false.

true indicates the element is currently active in the model.

false indicates the element has been deleted or is being deleted.

Return to top
Show: