ModelElementExtensionMethods.TryGetExtension Method
Include Protected Members
Include Inherited Members
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
TryGetExtension<T>(ModelElement) | Get the ExtensionElement of the specified type from the available extensions of this ModelElement. If this element has no such extension then the result will be null. | |
TryGetExtension(ModelElement, DomainClassInfo) | ||
TryGetExtension(ModelElement, Guid) | ||
TryGetExtension(ModelElement, Type) |
Top