ModelElementExtensionMethods.GetBaseElement(ModelElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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