ModelElement::RemoveExtension 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_staticRemoveExtension(ModelElement^, DomainClassInfo^)

Remove any extension of the specified ModelElement that is of a particular domain type.

System_CAPS_pubmethodSystem_CAPS_staticRemoveExtension(ModelElement^, ExtensionElement^)

Remove a specified ExtensionElement from the extensions of the specified ModelElement.

System_CAPS_pubmethodSystem_CAPS_staticRemoveExtension(ModelElement^, Guid)

Remove any extension of the specified ModelElement that is of a particular type.

System_CAPS_pubmethodSystem_CAPS_staticRemoveExtension(ModelElement^, Type^)

Remove any extension of the specified ModelElement that is of a particular type.

Return to top
Show: