Поделиться через


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.

Применяется к