INavigableItem.IsLeaf(ItemScope) Method

Definition

Gets or sets a value indicating whether an item is a leaf member.

public:
 bool IsLeaf(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::ItemScope view);
public bool IsLeaf (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ItemScope view);
abstract member IsLeaf : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ItemScope -> bool
Public Function IsLeaf (view As ItemScope) As Boolean

Parameters

view
ItemScope

The scope of the item.

Returns

true to an item that is a leaf member; otherwise, false.

Applies to