次の方法で共有


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 デリゲートです。

戻り値

送信されたアイテムの子の要求です。

適用対象