ModelElement.GetBaseElement Method
Returns the root of the virtual MEL in which the specified ModelElement is participating.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Dichiarazione
Public Shared Function GetBaseElement ( _
element As ModelElement _
) As ModelElement
public static ModelElement GetBaseElement(
ModelElement element
)
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
.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.