ModelElementExtensionMethods::IsExtendedBy Method (ModelElement^, DomainClassInfo^)

 

Query whether this ModelElement is currently extended by an ExtensionElement of a particular type.

Namespace:   Microsoft.VisualStudio.Modeling.Extensibility
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
[ExtensionAttribute]
static bool IsExtendedBy(
	ModelElement^ element,
	DomainClassInfo^ extensionClass
)

Parameters

element
Type: Microsoft.VisualStudio.Modeling::ModelElement^

The element whose extensions are examined

extensionClass
Type: Microsoft.VisualStudio.Modeling::DomainClassInfo^

The domain class of the type of ExtensionElement to lookup

Return Value

Type: System::Boolean

true if the element has an extension of the specified type, else false

Return to top
Show: