INavigableItem.GetChildren(ItemScope) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
检索具有项的指定作用域的子级。
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
项的作用域。
返回
返回具有项的特定作用域的子级。