Information
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.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

ITestCase^ Create(
	WorkItemType^ workItemType
)

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 to top
Show: