次の方法で共有


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 名前空間