TestRunConfigurationId 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
TestRunConfigurationId() |
Initializes a new instance of the TestRunConfigurationId class. |
TestRunConfigurationId(Guid) |
Initializes a new instance of the TestRunConfigurationId class by using the provided Guid. |
TestRunConfigurationId()
Initializes a new instance of the TestRunConfigurationId class.
public:
TestRunConfigurationId();
public TestRunConfigurationId ();
Public Sub New ()
Applies to
TestRunConfigurationId(Guid)
Initializes a new instance of the TestRunConfigurationId class by using the provided Guid.
public:
TestRunConfigurationId(Guid id);
public TestRunConfigurationId (Guid id);
new Microsoft.VisualStudio.TestTools.Common.TestRunConfigurationId : Guid -> Microsoft.VisualStudio.TestTools.Common.TestRunConfigurationId
Public Sub New (id As Guid)