ModelElementExtensionMethods.GetBaseElement(ModelElement) Method

Definition

Returns the root of the virtual MEL in which the specified ModelElement is participating.

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::VisualStudio::Modeling::ModelElement ^ GetBaseElement(Microsoft::VisualStudio::Modeling::ModelElement ^ element);
public static Microsoft.VisualStudio.Modeling.ModelElement GetBaseElement (this Microsoft.VisualStudio.Modeling.ModelElement element);
static member GetBaseElement : Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.ModelElement
<Extension()>
Public Function GetBaseElement (element As ModelElement) As ModelElement

Parameters

element
ModelElement

Returns

Applies to