ITestRun.AddTestPoints Method
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Function AddTestPoints ( _
points As IEnumerable(Of ITestPoint), _
owner As TeamFoundationIdentity _
) As ITestCaseResultCollection
ITestCaseResultCollection AddTestPoints(
IEnumerable<ITestPoint> points,
TeamFoundationIdentity owner
)
ITestCaseResultCollection^ AddTestPoints(
IEnumerable<ITestPoint^>^ points,
TeamFoundationIdentity^ owner
)
abstract AddTestPoints :
points:IEnumerable<ITestPoint> *
owner:TeamFoundationIdentity -> ITestCaseResultCollection
function AddTestPoints(
points : IEnumerable<ITestPoint>,
owner : TeamFoundationIdentity
) : ITestCaseResultCollection
Parameters
- points
Type: IEnumerable<ITestPoint>
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResultCollection
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.