TestCaseResultIdentifier Constructor (Int32, Int32)
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Sub New ( _
testRunId As Integer, _
testResultId As Integer _
)
public TestCaseResultIdentifier(
int testRunId,
int testResultId
)
public:
TestCaseResultIdentifier(
int testRunId,
int testResultId
)
new :
testRunId:int *
testResultId:int -> TestCaseResultIdentifier
public function TestCaseResultIdentifier(
testRunId : int,
testResultId : int
)
Parameters
- testRunId
Type: Int32
- testResultId
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.
See Also
Reference
TestCaseResultIdentifier Class