ChangesetUri.Decode Method

Namespace:  Microsoft.TeamFoundation.VersionControl.Common
Assembly:  Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Syntax

'Declaration
Public Shared Sub Decode ( _
    changesetArtifactName As String, _
    <OutAttribute> ByRef changesetId As Integer _
)
public static void Decode(
    string changesetArtifactName,
    out int changesetId
)
public:
static void Decode(
    String^ changesetArtifactName, 
    [OutAttribute] int% changesetId
)
static member Decode : 
        changesetArtifactName:string * 
        changesetId:int byref -> unit
public static function Decode(
    changesetArtifactName : String, 
    changesetId : int
)

Parameters

.NET Framework Security

See Also

Reference

ChangesetUri Class

Microsoft.TeamFoundation.VersionControl.Common Namespace