Share via


TestExecId Constructors

Definition

Overloads

TestExecId()

Initializes a new instance of the TestExecId class.

TestExecId(Guid)

Initializes a new instance of the TestExecId class by using the provided Guid.

TestExecId()

Initializes a new instance of the TestExecId class.

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

Applies to

TestExecId(Guid)

Initializes a new instance of the TestExecId class by using the provided Guid.

public:
 TestExecId(Guid id);
public TestExecId (Guid id);
new Microsoft.VisualStudio.TestTools.Common.TestExecId : Guid -> Microsoft.VisualStudio.TestTools.Common.TestExecId
Public Sub New (id As Guid)

Parameters

id
Guid

A Guid.

Applies to