TreeNodeType.isUtilElement 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 util-elements.
public:
virtual bool isUtilElement();
public virtual bool isUtilElement ();
abstract member isUtilElement : unit -> bool
override this.isUtilElement : unit -> bool
Public Overridable Function isUtilElement () As Boolean
Returns
true if tree nodes of this type are util-elements; otherwise, false.
Remarks
An util-element is a tree node that can be accessed via the UtilElements and UtilIdElements views. Util-elements are a subset of model-elements.