Evento IVsDataAsyncCommand.DeriveParametersCompleted
Ocorre quando o comando de DeriveParametersAsync estiver concluído.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (em Microsoft.VisualStudio.Data.Services.dll)
Sintaxe
'Declaração
Event DeriveParametersCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of IVsDataParameter()))
event EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataParameter[]>> DeriveParametersCompleted
event EventHandler<DataAsyncCommandCompletedEventArgs<array<IVsDataParameter^>^>^>^ DeriveParametersCompleted {
void add (EventHandler<DataAsyncCommandCompletedEventArgs<array<IVsDataParameter^>^>^>^ value);
void remove (EventHandler<DataAsyncCommandCompletedEventArgs<array<IVsDataParameter^>^>^>^ value);
}
abstract DeriveParametersCompleted : IEvent<EventHandler<DataAsyncCommandCompletedEventArgs<IVsDataParameter[]>>,
DataAsyncCommandCompletedEventArgs<IVsDataParameter[]>>
JScript não oferece suporte a eventos.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.Data.Services.SupportEntities