TestExecutionTraceInformation Oluşturucular

Tanım

Aşırı Yüklemeler

TestExecutionTraceInformation()

TestExecutionTraceInformation sınıfının yeni bir örneğini başlatır.

TestExecutionTraceInformation(String)

TestExecutionTraceInformation sınıfının yeni bir örneğini başlatır.

TestExecutionTraceInformation()

TestExecutionTraceInformation sınıfının yeni bir örneğini başlatır.

public:
 TestExecutionTraceInformation();
public TestExecutionTraceInformation ();
Public Sub New ()

Şunlara uygulanır

TestExecutionTraceInformation(String)

TestExecutionTraceInformation sınıfının yeni bir örneğini başlatır.

public:
 TestExecutionTraceInformation(System::String ^ trace);
public TestExecutionTraceInformation (string trace);
new Microsoft.VisualStudio.TestTools.Common.TestExecutionTraceInformation : string -> Microsoft.VisualStudio.TestTools.Common.TestExecutionTraceInformation
Public Sub New (trace As String)

Parametreler

trace
String

Ham izleme verileri.

Şunlara uygulanır