ArtifactHelper.ParseTestCaseResultId 方法 (String, Int32%, Int32%)

命名空間:  Microsoft.TeamFoundation.TestManagement.Common.Internal
組件:  Microsoft.TeamFoundation.TestManagement.Common (在 Microsoft.TeamFoundation.TestManagement.Common.dll 中)

語法

'宣告
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

參數

傳回值

型別:System.Boolean
傳回 Boolean

.NET Framework 安全性

請參閱

參考

ArtifactHelper 類別

ParseTestCaseResultId 多載

Microsoft.TeamFoundation.TestManagement.Common.Internal 命名空間