ModelElementExtensionMethods::TryGetExtension Method

 
Namespace:   Microsoft.VisualStudio.Modeling.Extensibility
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 this ModelElement. If this element has no such extension then the result will be null.

               

Return to top
Show: