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

傳回

IAsyncResult

此項目之子項的傳輸要求。

適用於