Share via


TestId Constructors

Definition

Overloads

TestId()

Initializes a new instance of the TestId class.

TestId(Guid)

Initializes a new instance of the TestId class by using the provided GUID.

TestId()

Initializes a new instance of the TestId class.

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

Applies to

TestId(Guid)

Initializes a new instance of the TestId class by using the provided GUID.

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

Parameters

id
Guid

A Guid.

Applies to