TreeNodeType.isLayerAware 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 decorated with layers in the AOT.
public:
virtual bool isLayerAware();
public virtual bool isLayerAware ();
abstract member isLayerAware : unit -> bool
override this.isLayerAware : unit -> bool
Public Overridable Function isLayerAware () As Boolean
Returns
true if tree nodes of this type are decorated with layers; otherwise, false.
Remarks
Tree nodes of this type support the AOTLayer and AOTLayers methods.