DataAsyncCommand.OnPrepareCompleted, méthode
Déclenche l'événement PrepareCompleted.
Espace de noms : Microsoft.VisualStudio.Data.Framework
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
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>
)
Paramètres
e
Type : Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<String>Objet DataAsyncCommandCompletedEventArgs<T> contenant les données d'événement.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.