ITestManagementTeamProjectInternal.SetTestRunPostProcessState Method
Namespace: Microsoft.TeamFoundation.TestManagement.Client.Internal
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Sub SetTestRunPostProcessState ( _
run As ITestRun, _
state As PostProcessState _
)
void SetTestRunPostProcessState(
ITestRun run,
PostProcessState state
)
void SetTestRunPostProcessState(
ITestRun^ run,
PostProcessState state
)
abstract SetTestRunPostProcessState :
run:ITestRun *
state:PostProcessState -> unit
function SetTestRunPostProcessState(
run : ITestRun,
state : PostProcessState
)
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.
See Also
Reference
ITestManagementTeamProjectInternal Interface
Microsoft.TeamFoundation.TestManagement.Client.Internal Namespace