DataAsyncCommand.OnExecuteCompleted 方法

定义

引发 ExecuteCompleted 事件。

protected:
 virtual void OnExecuteCompleted(Microsoft::VisualStudio::Data::Services::SupportEntities::DataAsyncCommandCompletedEventArgs<Microsoft::VisualStudio::Data::Services::SupportEntities::IVsDataReader ^> ^ e);
protected virtual void OnExecuteCompleted (Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReader> e);
abstract member OnExecuteCompleted : Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReader> -> unit
override this.OnExecuteCompleted : Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<Microsoft.VisualStudio.Data.Services.SupportEntities.IVsDataReader> -> unit
Protected Overridable Sub OnExecuteCompleted (e As DataAsyncCommandCompletedEventArgs(Of IVsDataReader))

参数

e
DataAsyncCommandCompletedEventArgs<IVsDataReader>

一个包含事件数据的 IVsDataReader 对象。

适用于