INavigableItem.IsApplicable(ItemScope) メソッド

定義

対象に適用可能な項目かどうかを示す値を取得または設定します。

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

パラメーター

view
ItemScope

アイテムの範囲です。

返品

true 該当する項目に、それ以外は false

適用対象