ModelElement::TryGetExtension Method
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Modeling
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 | |
|---|---|---|
![]() ![]() | TryGetExtension(ModelElement^, DomainClassInfo^) | |
![]() ![]() | TryGetExtension(ModelElement^, Guid) | |
![]() ![]() | TryGetExtension(ModelElement^, Type^) | |
![]() ![]() | TryGetExtension<T>(ModelElement^) | Get the ExtensionElement of the specified type from the available extensions of the specified ModelElement. If the element has no such extension then the result will be null. |
Show:

