TcmContext.Internal_SetTestRunId Method
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Public Sub Internal_SetTestRunId ( _
runId As Integer _
)
public void Internal_SetTestRunId(
int runId
)
public:
void Internal_SetTestRunId(
int runId
)
member Internal_SetTestRunId :
runId:int -> unit
public function Internal_SetTestRunId(
runId : int
)
Parameters
- runId
Type: Int32
.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.