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

