INavigableItem.IsApplicable(ItemScope) Method

Definition

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

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

Parameters

view
ItemScope

The scope of the item.

Returns

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

Applies to