ArtifactHelper.ParseTestCaseResultId Method (String, Int32, Int32)

Namespace:  Microsoft.TeamFoundation.TestManagement.Common.Internal
Assembly:  Microsoft.TeamFoundation.TestManagement.Common (in Microsoft.TeamFoundation.TestManagement.Common.dll)

Syntax

'Declaration
Public Shared Function ParseTestCaseResultId ( _
    toolSpecificId As String, _
    <OutAttribute> ByRef testRunId As Integer, _
    <OutAttribute> ByRef testResultId As Integer _
) As Boolean
public static bool ParseTestCaseResultId(
    string toolSpecificId,
    out int testRunId,
    out int testResultId
)
public:
static bool ParseTestCaseResultId(
    String^ toolSpecificId, 
    [OutAttribute] int% testRunId, 
    [OutAttribute] int% testResultId
)
static member ParseTestCaseResultId : 
        toolSpecificId:string * 
        testRunId:int byref * 
        testResultId:int byref -> bool
public static function ParseTestCaseResultId(
    toolSpecificId : String, 
    testRunId : int, 
    testResultId : int
) : boolean

Parameters

Return Value

Type: System.Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

ArtifactHelper Class

ParseTestCaseResultId Overload

Microsoft.TeamFoundation.TestManagement.Common.Internal Namespace