INavigableItem.IsExpandable(ItemScope) 方法

定义

获取或设置一个值,该值指示某一项对于该对象是否可扩展。

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

参数

view
ItemScope

项的作用域。

返回

如果项可扩展,则为 true;否则为 false

适用于