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 委托。

返回

项的子级的已传输请求。

适用于