Remove a specified ExtensionElement from the extensions of the specified ModelElement.
Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
声明
Public Shared Function RemoveExtension ( _
    element As ModelElement, _
    extension As ExtensionElement _
) As Boolean
public static bool RemoveExtension(
    ModelElement element,
    ExtensionElement extension
)
public:
static bool RemoveExtension(
    ModelElement^ element, 
    ExtensionElement^ extension
)
static member RemoveExtension : 
        element:ModelElement * 
        extension:ExtensionElement -> bool 
public static function RemoveExtension(
    element : ModelElement, 
    extension : ExtensionElement
) : boolean
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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.