TestExecId Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)