INavigableItem.BeginRequestChildren 方法

定义

开始异步操作以传输该项目子节点的请求。

public:
 IAsyncResult ^ BeginRequestChildren(Microsoft::SqlServer::Management::UI::VSIntegration::ObjectExplorer::IGetChildrenRequest ^ request, AsyncCallback ^ getChildrenCompleted);
public IAsyncResult BeginRequestChildren(Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IGetChildrenRequest request, AsyncCallback getChildrenCompleted);
abstract member BeginRequestChildren : Microsoft.SqlServer.Management.UI.VSIntegration.ObjectExplorer.IGetChildrenRequest * AsyncCallback -> IAsyncResult
Public Function BeginRequestChildren (request As IGetChildrenRequest, getChildrenCompleted As AsyncCallback) As IAsyncResult

参数

request
IGetChildrenRequest

一个接口,表示检索子节点的请求。

getChildrenCompleted
AsyncCallback

AsyncCallback负责接回已完成的子女的代表。

返回

孩子们传递的物品请求。

适用于