Share via


ArtifactHelper.ParseAttachmentId Method (String, Int32%)

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

Syntax

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

Parameters

  • toolSpecificId
    Type: String
  • attachmentId
    Type: Int32%

Return Value

Type: Boolean
Returns Boolean.

.NET Framework Security

See Also

Reference

ArtifactHelper Class

ParseAttachmentId Overload

Microsoft.TeamFoundation.TestManagement.Common.Internal Namespace