ITestRun.AddTestPoint Method
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Sub AddTestPoint ( _
point As ITestPoint, _
owner As TeamFoundationIdentity _
)
void AddTestPoint(
ITestPoint point,
TeamFoundationIdentity owner
)
void AddTestPoint(
ITestPoint^ point,
TeamFoundationIdentity^ owner
)
abstract AddTestPoint :
point:ITestPoint *
owner:TeamFoundationIdentity -> unit
function AddTestPoint(
point : ITestPoint,
owner : TeamFoundationIdentity
)
Parameters
.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.