ModelElementExtensionMethods::GetExtension Method
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Modeling.Extensibility
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Return to top
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetExtension(ModelElement^, DomainClassInfo^) | |
![]() ![]() | GetExtension(ModelElement^, Guid) | |
![]() ![]() | GetExtension(ModelElement^, Type^) | Get the ExtensionElement of the specified type from the available extensions of this ModelElement. If the element has no such extension then an InvalidOperationException will be raised. |
![]() ![]() | GetExtension<T>(ModelElement^) | Get the ExtensionElement of the specified type from the available extensions of this ModelElement. If the element has no such extension then an InvalidOperationException will be raised. |
Show:

