ElementGroup.MarkAsRoot Method
Marks an element in the group as a root element.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Dichiarazione
Public Sub MarkAsRoot ( _
rootElement As ModelElement _
)
public void MarkAsRoot(
ModelElement rootElement
)
public:
void MarkAsRoot(
ModelElement^ rootElement
)
member MarkAsRoot :
rootElement:ModelElement -> unit
public function MarkAsRoot(
rootElement : ModelElement
)
Parameters
- rootElement
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.