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.
ITestSuiteBase::CreateTestPointAssignment Method (Int32, IdAndName, Guid)
Creates a TestPointAssignment object for later use in AssignTestPoints()
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
ITestPointAssignment^ CreateTestPointAssignment(
int testCaseId,
IdAndName configuration,
Guid assignedTo
)
Parameters
- testCaseId
-
Type:
System::Int32
Test case ID of point to reassign.
- configuration
-
Type:
Microsoft.TeamFoundation.TestManagement.Client::IdAndName
Configuration ID and Name of point to reassign.
- assignedTo
-
Type:
System::Guid
Identity to assign point to
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestPointAssignment^New ITestPointAssignment object
Show: