ModelElement.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:
static Microsoft::VisualStudio::Modeling::ModelElement ^ GetBaseElement(Microsoft::VisualStudio::Modeling::ModelElement ^ element);
public static Microsoft.VisualStudio.Modeling.ModelElement GetBaseElement (Microsoft.VisualStudio.Modeling.ModelElement element);
static member GetBaseElement : Microsoft.VisualStudio.Modeling.ModelElement -> Microsoft.VisualStudio.Modeling.ModelElement
Public Shared Function GetBaseElement (element As ModelElement) As ModelElement
Parameters
- element
- ModelElement