ModelElementExtensionMethods.GetBaseElement Method
Returns the root of the virtual MEL in which the specified ModelElement is participating.
Namespace: Microsoft.VisualStudio.Modeling.Extensibility
Assembly: Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.0.dll)
Syntax
'Declaration
<ExtensionAttribute> _
Public Shared Function GetBaseElement ( _
element As ModelElement _
) As ModelElement
public static ModelElement GetBaseElement(
this ModelElement element
)
[ExtensionAttribute]
public:
static ModelElement^ GetBaseElement(
ModelElement^ element
)
static member GetBaseElement :
element:ModelElement -> ModelElement
public static function GetBaseElement(
element : ModelElement
) : ModelElement
Parameters
- element
Type: Microsoft.VisualStudio.Modeling.ModelElement
Return Value
Type: Microsoft.VisualStudio.Modeling.ModelElement
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type ModelElement. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
.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.