INavigableItem.IsExpandable(ItemScope) Method

Definition

Gets or sets a value indicating whether an item is expandable to the object.

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

Parameters

view
ItemScope

The scope of the item.

Returns

true to an item that is expandable; otherwise, false.

Applies to