ModelElementExtensionMethods::RemoveExtension 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 | |
|---|---|---|
![]() ![]() | RemoveExtension(ModelElement^, DomainClassInfo^) | Remove any extension of the specified ModelElement that is of a particular type. |
![]() ![]() | RemoveExtension(ModelElement^, ExtensionElement^) | Remove a specified ExtensionElement from the extensions of this ModelElement. |
![]() ![]() | RemoveExtension(ModelElement^, Guid) | Remove any extension of the specified ModelElement that is of a particular type. |
![]() ![]() | RemoveExtension(ModelElement^, Type^) | Remove any extension of this ModelElement that is of a particular type. |
Show:

