TestExecutionTraceInformation クラス
テストの実行中にエラーが発生したときにトレース情報をカプセル化します。このクラスは継承できません。
継承階層
System.Object
Microsoft.VisualStudio.TestTools.Common.TestExecutionTraceInformation
名前空間: Microsoft.VisualStudio.TestTools.Common
アセンブリ: Microsoft.VisualStudio.QualityTools.Common (Microsoft.VisualStudio.QualityTools.Common.dll 内)
構文
'宣言
<SerializableAttribute> _
Public NotInheritable Class TestExecutionTraceInformation _
Implements ICloneable, IXmlTestStore
[SerializableAttribute]
public sealed class TestExecutionTraceInformation : ICloneable,
IXmlTestStore
[SerializableAttribute]
public ref class TestExecutionTraceInformation sealed : ICloneable,
IXmlTestStore
[<Sealed>]
[<SerializableAttribute>]
type TestExecutionTraceInformation =
class
interface ICloneable
interface IXmlTestStore
end
public final class TestExecutionTraceInformation implements ICloneable, IXmlTestStore
TestExecutionTraceInformation 型で公開されるメンバーは以下のとおりです。
コンストラクター
名前 | 説明 | |
---|---|---|
TestExecutionTraceInformation() | TestExecutionTraceInformation クラスの新しいインスタンスを初期化します。 | |
TestExecutionTraceInformation(String) | TestExecutionTraceInformation クラスの新しいインスタンスを初期化します。 |
このページのトップへ
プロパティ
名前 | 説明 | |
---|---|---|
Message | 例外メッセージを取得します。 |
このページのトップへ
メソッド
名前 | 説明 | |
---|---|---|
AppendTrace | 現在のトレース データにさらにトレース データを追加します。 | |
Clone | このオブジェクトのコピーを返します。 | |
Equals | (Object.Equals(Object) をオーバーライドします。) | |
GetHashCode | (Object.GetHashCode() をオーバーライドします。) | |
GetType | 現在のインスタンスの Type を取得します。 (Object から継承されます。) | |
Load | ||
Save | ||
ToString | このオブジェクトを文字列として返します。 (Object.ToString() をオーバーライドします。) |
このページのトップへ
スレッド セーフ
この型のすべてのパブリック static (Visual Basic では Shared) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。