ModelElement::TryGetExtension 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_staticTryGetExtension(ModelElement^, DomainClassInfo^)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExtension(ModelElement^, Guid)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExtension(ModelElement^, Type^)

System_CAPS_pubmethodSystem_CAPS_staticTryGetExtension<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.

Return to top
Show: