ModelElementExtensionMethods::IsExtendedBy Method (ModelElement^, Guid)
Visual Studio 2015
Query whether this ModelElement is currently extended by an ExtensionElement of a particular type.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
public: [ExtensionAttribute] static bool IsExtendedBy( ModelElement^ element, Guid extensionClassId )
Parameters
- element
-
Type:
Microsoft.VisualStudio.Modeling::ModelElement^
The element whose extensions are examined
- extensionClassId
-
Type:
System::Guid
The domain class id of the type of ExtensionElement to look up
Return Value
Type: System::Booleantrue if the element has an extension of the specified type, else false
Show: