DataAsyncCommand.OnExecuteWithoutResultsCompleted – metoda
Vyvolá událost ExecuteWithoutResultsCompleted.
Obor názvů: Microsoft.VisualStudio.Data.Framework
Sestavení: Microsoft.VisualStudio.Data.Framework (v Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Deklarace
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>
)
Parametry
- e
Typ: Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<Int32>
A DataAsyncCommandCompletedEventArgs<T> objekt obsahující data událostí.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.