Evento IVsDataAsyncCommand.ExecuteCompleted
Si verifica quando il comando ExecuteAsync viene completato.
Spazio dei nomi: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Sintassi
'Dichiarazione
Event ExecuteCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of IVsDataReader))
event EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader>> ExecuteCompleted
event EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader^>^>^ ExecuteCompleted {
void add (EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader^>^>^ value);
void remove (EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader^>^>^ value);
}
abstract ExecuteCompleted : IEvent<EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataReader>>,
DataAsyncCommandCompletedEventArgs<IVsDataReader>>
JScript non supporta gli eventi.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
IVsDataAsyncCommand Interfaccia
Spazio dei nomi Microsoft.VisualStudio.Data.Services.SupportEntities