The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestCaseHelper::Create Method (WorkItemType^)
Creates a new test case object that will be created on the server only when the Save method of the test case is called.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- workItemType
-
Type:
Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItemType^
Type: Microsoft.TeamFoundation.WorkItemTracking.Client::WorkItemType.
A WorkItemType object that represents the type of work item to create.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestCase^A new ITestCase object.
Show: