次の方法で共有


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) メンバーは、スレッド セーフです。インスタンス メンバーの場合は、スレッド セーフであるとは限りません。

参照

関連項目

Microsoft.VisualStudio.TestTools.Common 名前空間