共用方式為


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>
)

參數

.NET Framework 安全性

請參閱

參考

DataAsyncCommand 類別

Microsoft.VisualStudio.Data.Framework 命名空間