Metodo DataAsyncCommand.OnPrepareCompleted
Genera l'evento PrepareCompleted.
Spazio dei nomi: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Sintassi
'Dichiarazione
Protected Overridable Sub OnPrepareCompleted ( _
e As DataAsyncCommandCompletedEventArgs(Of String) _
)
protected virtual void OnPrepareCompleted(
DataAsyncCommandCompletedEventArgs<string> e
)
protected:
virtual void OnPrepareCompleted(
DataAsyncCommandCompletedEventArgs<String^>^ e
)
abstract OnPrepareCompleted :
e:DataAsyncCommandCompletedEventArgs<string> -> unit
override OnPrepareCompleted :
e:DataAsyncCommandCompletedEventArgs<string> -> unit
protected function OnPrepareCompleted(
e : DataAsyncCommandCompletedEventArgs<String>
)
Parametri
e
Tipo: Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<String>Oggetto DataAsyncCommandCompletedEventArgs<T> contenente i dati dell'evento.
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.