VersionedItemUri.Decode (Método) (String, String%, Int32%, Int32%, UriType%)

Espacio de nombres:  Microsoft.TeamFoundation.VersionControl.Common
Ensamblado:  Microsoft.TeamFoundation.VersionControl.Common.Integration (en Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Sintaxis

'Declaración
Public Shared Sub Decode ( _
    versionedItemArtifactName As String, _
    <OutAttribute> ByRef serverItem As String, _
    <OutAttribute> ByRef changeset As Integer, _
    <OutAttribute> ByRef deletionId As Integer, _
    <OutAttribute> ByRef type As UriType _
)
public static void Decode(
    string versionedItemArtifactName,
    out string serverItem,
    out int changeset,
    out int deletionId,
    out UriType type
)

Parámetros

Seguridad de .NET Framework

Vea también

Referencia

VersionedItemUri Clase

Decode (Sobrecarga)

Microsoft.TeamFoundation.VersionControl.Common (Espacio de nombres)