DataAsyncCommand.OnExecuteWithoutResultsCompleted 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
protected:
virtual void OnExecuteWithoutResultsCompleted(Microsoft::VisualStudio::Data::Services::SupportEntities::DataAsyncCommandCompletedEventArgs<int> ^ e);
protected virtual void OnExecuteWithoutResultsCompleted (Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<int> e);
abstract member OnExecuteWithoutResultsCompleted : Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<int> -> unit
override this.OnExecuteWithoutResultsCompleted : Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<int> -> unit
Protected Overridable Sub OnExecuteWithoutResultsCompleted (e As DataAsyncCommandCompletedEventArgs(Of Integer))
参数
一个 DataAsyncCommandCompletedEventArgs<T> 包含事件数据的对象。