DataAsyncCommand.OnExecuteWithoutResultsCompleted 方法
引發 ExecuteWithoutResultsCompleted 事件。
命名空間: Microsoft.VisualStudio.Data.Framework
組件: Microsoft.VisualStudio.Data.Framework (在 Microsoft.VisualStudio.Data.Framework.dll 中)
語法
'宣告
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>
)
參數
e
類型:Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<Int32>包含事件資料的 DataAsyncCommandCompletedEventArgs<T> 物件。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。