IExplorerNodeType.IsAlwaysLeaf Property

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

Namespace:  Microsoft.VisualStudio.SharePoint.Explorer
Assembly:  Microsoft.VisualStudio.SharePoint (in Microsoft.VisualStudio.SharePoint.dll)

Syntax

'Declaration
ReadOnly Property IsAlwaysLeaf As Boolean
bool IsAlwaysLeaf { get; }

Property Value

Type: System.Boolean
true if nodes of this type have no child node; otherwise, false.

Remarks

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

.NET Framework Security

See Also

Reference

IExplorerNodeType Interface

Microsoft.VisualStudio.SharePoint.Explorer Namespace