TestListCategoryId 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
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)