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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。