TreeNodeType.isModelElement 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 model-elements.
public:
virtual bool isModelElement();
public virtual bool isModelElement ();
abstract member isModelElement : unit -> bool
override this.isModelElement : unit -> bool
Public Overridable Function isModelElement () As Boolean
Returns
true if tree nodes of this type are model-elements; otherwise, false.
Remarks
A model-element is a tree node that is (or can be) persisted in the model store. For each model-element tree node one record can be found in the ModelElements table in the model store. Model-elements are visually decorated with the name of the Model they are contained by in the AOT.