IExplorerNodeTypeDefinition.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
Property IsAlwaysLeaf As Boolean
bool IsAlwaysLeaf { get; set; }
Property Value
Type: Boolean
A value that indicates whether nodes of this type have no child nodes.
Remarks
This property can be superseded by extensions to this node type.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.