Condividi tramite


INavigableItem.BeginUpdateChildren Metodo

Definizione

Inizia un'operazione asincrona per eseguire un aggiornamento dei figli dell'elemento.

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

Parametri

request
IUpdateChildrenRequest

Interfaccia che rappresenta la richiesta per recuperare elementi figlio.

getChildrenCompleted
AsyncCallback

Il delegato AsyncCallback che recupera gli elementi figlio completati.

Restituisce

L'aggiornamento eseguito dei figli dell'elemento.

Si applica a