ModelElement.AddExtension Method (ModelElement, Type)

Extend the specified ModelElement with a newly instantiated extension of the specified type. An InvalidOperationException will be thrown if the element already has an extension of the same type.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)

Syntax

'Declaration
Public Shared Function AddExtension ( _
    element As ModelElement, _
    extensionType As Type _
) As ExtensionElement
public static ExtensionElement AddExtension(
    ModelElement element,
    Type extensionType
)
public:
static ExtensionElement^ AddExtension(
    ModelElement^ element, 
    Type^ extensionType
)
static member AddExtension : 
        element:ModelElement * 
        extensionType:Type -> ExtensionElement
public static function AddExtension(
    element : ModelElement, 
    extensionType : Type
) : ExtensionElement

Parameters

  • extensionType
    Type: Type

    The type of ExtensionElement to be added

Return Value

Type: Microsoft.VisualStudio.Modeling.ExtensionElement
The newly instantiated and added extension

.NET Framework Security

See Also

Reference

ModelElement Class

AddExtension Overload

Microsoft.VisualStudio.Modeling Namespace