ArtifactHelper.ParseTestCaseResultAttachmentId Method (String, Int32%, Int32%, Int32%, Int32%)

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

Syntax

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

Parameters

  • toolSpecificId
    Type: String
  • testRunId
    Type: Int32%
  • testResultId
    Type: Int32%
  • attachmentId
    Type: Int32%
  • sessionId
    Type: Int32%

Return Value

Type: Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

ArtifactHelper Class

ParseTestCaseResultAttachmentId Overload

Microsoft.TeamFoundation.TestManagement.Common.Internal Namespace