ModelElement::IsExtendedBy Method

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticIsExtendedBy(ModelElement^, DomainClassInfo^)

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

System_CAPS_pubmethodSystem_CAPS_staticIsExtendedBy(ModelElement^, Guid)

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

System_CAPS_pubmethodSystem_CAPS_staticIsExtendedBy(ModelElement^, Type^)

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

Return to top
Show: