Share via


IExplorerNodeType.IsAlwaysLeaf Property

Definition

Gets a value that indicates whether nodes of this type have no child nodes.

public:
 property bool IsAlwaysLeaf { bool get(); };
public bool IsAlwaysLeaf { get; }
member this.IsAlwaysLeaf : bool
Public ReadOnly Property IsAlwaysLeaf As Boolean

Property Value

true if nodes of this type have no child node; otherwise, false.

Remarks

This property can be superseded by extensions to this node type.

Applies to