IVsDataAsyncCommand サービスで使用されているさまざまなイベントのイベント データのカプセル化
継承階層
System.Object
System.EventArgs
System.ComponentModel.AsyncCompletedEventArgs
Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<T>
名前空間: Microsoft.VisualStudio.Data.Services.SupportEntities
アセンブリ: Microsoft.VisualStudio.Data.Services (Microsoft.VisualStudio.Data.Services.dll 内)
構文
'宣言
Public Class DataAsyncCommandCompletedEventArgs(Of T) _
Inherits AsyncCompletedEventArgs
public class DataAsyncCommandCompletedEventArgs<T> : AsyncCompletedEventArgs
generic<typename T>
public ref class DataAsyncCommandCompletedEventArgs : public AsyncCompletedEventArgs
type DataAsyncCommandCompletedEventArgs<'T> =
class
inherit AsyncCompletedEventArgs
end
JScript では、ジェネリックな型またはメソッドは使用できません。
型パラメーター
- T
パラメーターの型。
DataAsyncCommandCompletedEventArgs<T> 型で公開されるメンバーは以下のとおりです。
コンストラクター
| 名前 | 説明 | |
|---|---|---|
![]() |
DataAsyncCommandCompletedEventArgs<T> | 指定したパラメーターを使用して、DataAsyncCommandCompletedEventArgs<T> クラスの新しいインスタンスを初期化します。 |
このページのトップへ
プロパティ
| 名前 | 説明 | |
|---|---|---|
![]() |
Cancelled | 非同期操作がキャンセルされたかどうかを示す値を取得します。 (AsyncCompletedEventArgs から継承されます。) |
![]() |
Error | 非同期操作中に発生したエラーを示す値を取得します。 (AsyncCompletedEventArgs から継承されます。) |
![]() |
ReturnValue | 操作の戻り値を返します。 |
![]() |
UserState | 非同期タスクの一意の識別子を取得します。 (AsyncCompletedEventArgs から継承されます。) |
このページのトップへ
メソッド
| 名前 | 説明 | |
|---|---|---|
![]() |
Equals | 指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (Object から継承されます。) |
![]() |
Finalize | オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) |
![]() |
GetHashCode | 特定の型のハッシュ関数として機能します。 (Object から継承されます。) |
![]() |
GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) |
![]() |
MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) |
![]() |
RaiseExceptionIfNecessary | 非同期操作が失敗した場合は、ユーザー指定の例外を発生させます。 (AsyncCompletedEventArgs から継承されます。) |
![]() |
ToString | 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。) |
このページのトップへ
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。
.gif)
.gif)
.gif)