ElementGroup.MarkAsRoot(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.
Marks an element in the group as a root element.
public:
void MarkAsRoot(Microsoft::VisualStudio::Modeling::ModelElement ^ rootElement);
public void MarkAsRoot (Microsoft.VisualStudio.Modeling.ModelElement rootElement);
member this.MarkAsRoot : Microsoft.VisualStudio.Modeling.ModelElement -> unit
Public Sub MarkAsRoot (rootElement As ModelElement)
Parameters
- rootElement
- ModelElement
Exceptions
Thrown if the given element is not a member of the group.