次の方法で共有


TestListCategoryId Constructors

Definition

Overloads

TestListCategoryId()

Initializes a new instance of the TestListCategoryId class.

TestListCategoryId(Guid)

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

TestListCategoryId()

Initializes a new instance of the TestListCategoryId class.

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

Applies to

TestListCategoryId(Guid)

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

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

Parameters

id
Guid

A Guid object.

Applies to