ModelElement.IsExtendedBy Method (ModelElement, Type)

Query whether the specified ModelElement is currently extended by an ExtensionElement of a particular 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 IsExtendedBy ( _
    element As ModelElement, _
    extensionType As Type _
) As Boolean
public static bool IsExtendedBy(
    ModelElement element,
    Type extensionType
)
public:
static bool IsExtendedBy(
    ModelElement^ element, 
    Type^ extensionType
)
static member IsExtendedBy : 
        element:ModelElement * 
        extensionType:Type -> bool
public static function IsExtendedBy(
    element : ModelElement, 
    extensionType : Type
) : boolean

Parameters

  • extensionType
    Type: Type

    Type of ExtensionElement

Return Value

Type: Boolean
true if the element has an extension of the specified type, else false

.NET Framework Security

See Also

Reference

ModelElement Class

IsExtendedBy Overload

Microsoft.VisualStudio.Modeling Namespace