TreeNodeType.isRootElement 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.
Indicates whether instances of this node type are root-elements.
public:
virtual bool isRootElement();
public virtual bool isRootElement ();
abstract member isRootElement : unit -> bool
override this.isRootElement : unit -> bool
Public Overridable Function isRootElement () As Boolean
Returns
true if tree nodes of this type are root-elements; otherwise, false.
Remarks
A root-element is the root in a composition hierarchy of tree nodes. A root-element never has a model-element parent. Examples include MyTable, MyClass, MyForm.