INavigableItem.GetChildren(ItemScope) 方法

定义

检索具有项的指定作用域的子级。

public:
 System::Collections::Generic::IList<Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::INavigableItem ^> ^ GetChildren(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::ItemScope view);
public System.Collections.Generic.IList<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigableItem> GetChildren (Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ItemScope view);
abstract member GetChildren : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.ItemScope -> System.Collections.Generic.IList<Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.INavigableItem>
Public Function GetChildren (view As ItemScope) As IList(Of INavigableItem)

参数

view
ItemScope

项的作用域。

返回

返回具有项的特定作用域的子级。

适用于