MediaRecorderCommandEventArgs クラス
継承階層
System.Object
System.EventArgs
Microsoft.VisualStudio.TestTools.Execution.DataCollectionEventArgs
Microsoft.VisualStudio.TestTools.Execution.CustomNotificationEventArgs
Microsoft.VisualStudio.TestTools.Execution.MediaRecorderCommandEventArgs
名前空間: Microsoft.VisualStudio.TestTools.Execution
アセンブリ: Microsoft.VisualStudio.QualityTools.ExecutionCommon (Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 内)
構文
'宣言
<SerializableAttribute> _
Public Class MediaRecorderCommandEventArgs _
Inherits CustomNotificationEventArgs
[SerializableAttribute]
public class MediaRecorderCommandEventArgs : CustomNotificationEventArgs
[SerializableAttribute]
public ref class MediaRecorderCommandEventArgs : public CustomNotificationEventArgs
[<SerializableAttribute>]
type MediaRecorderCommandEventArgs =
class
inherit CustomNotificationEventArgs
end
public class MediaRecorderCommandEventArgs extends CustomNotificationEventArgs
MediaRecorderCommandEventArgs 型で公開されるメンバーは以下のとおりです。
コンストラクター
名前 | 説明 | |
---|---|---|
MediaRecorderCommandEventArgs |
このページのトップへ
プロパティ
名前 | 説明 | |
---|---|---|
Command | ||
Context | イベントのコンテキスト情報を取得または設定します。 (DataCollectionEventArgs から継承されます。) | |
TargetDataCollectorUri | (DataCollectionEventArgs から継承されます。) |
このページのトップへ
メソッド
名前 | 説明 | |
---|---|---|
Equals | 指定のオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (Object から継承されます。) | |
Finalize | オブジェクトがガベージ コレクションにより収集される前に、そのオブジェクトがリソースを解放し、その他のクリーンアップ操作を実行できるようにします。 (Object から継承されます。) | |
GetHashCode | 特定の型のハッシュ関数として機能します。 (Object から継承されます。) | |
GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) | |
MemberwiseClone | 現在の Object の簡易コピーを作成します。 (Object から継承されます。) | |
ToString | 現在のオブジェクトを表す文字列を返します。 (Object から継承されます。) |
このページのトップへ
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。