This topic has not yet been rated - Rate this topic

ModelElementExtensionMethods.RemoveExtension Method (ModelElement, ExtensionElement)

Remove a specified ExtensionElement from the extensions of this ModelElement.

Namespace:  Microsoft.VisualStudio.Modeling.Extensibility
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
public static bool RemoveExtension(
	this ModelElement element,
	ExtensionElement extension
)

Parameters

element
Type: Microsoft.VisualStudio.Modeling.ModelElement
The element whose extension is to be removed
extension
Type: Microsoft.VisualStudio.Modeling.ExtensionElement
The extension to be removed

Return Value

Type: System.Boolean
true if the specified extension was found and removed, else false

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ModelElement. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ