ModelElement.IsExtendedBy Method (ModelElement, DomainClassInfo)
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, _
extensionClass As DomainClassInfo _
) As Boolean
public static bool IsExtendedBy(
ModelElement element,
DomainClassInfo extensionClass
)
public:
static bool IsExtendedBy(
ModelElement^ element,
DomainClassInfo^ extensionClass
)
static member IsExtendedBy :
element:ModelElement *
extensionClass:DomainClassInfo -> bool
public static function IsExtendedBy(
element : ModelElement,
extensionClass : DomainClassInfo
) : boolean
Parameters
element
Type: Microsoft.VisualStudio.Modeling.ModelElementThe element whose extensions are examined
extensionClass
Type: Microsoft.VisualStudio.Modeling.DomainClassInfoExtensionElement domain class
Return Value
Type: Boolean
true if the element has an extension of the specified type, 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.