DataAsyncCommand.OnExecuteWithoutResultsCompleted, méthode
Déclenche l'événement ExecuteWithoutResultsCompleted.
Espace de noms : Microsoft.VisualStudio.Data.Framework
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
Protected Overridable Sub OnExecuteWithoutResultsCompleted ( _
e As DataAsyncCommandCompletedEventArgs(Of Integer) _
)
protected virtual void OnExecuteWithoutResultsCompleted(
DataAsyncCommandCompletedEventArgs<int> e
)
protected:
virtual void OnExecuteWithoutResultsCompleted(
DataAsyncCommandCompletedEventArgs<int>^ e
)
abstract OnExecuteWithoutResultsCompleted :
e:DataAsyncCommandCompletedEventArgs<int> -> unit
override OnExecuteWithoutResultsCompleted :
e:DataAsyncCommandCompletedEventArgs<int> -> unit
protected function OnExecuteWithoutResultsCompleted(
e : DataAsyncCommandCompletedEventArgs<int>
)
Paramètres
e
Type : Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<Int32>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.