Freigeben über


VersionedItemUri.Decode-Methode (String, String%, Int32%, Int32%, UriType%)

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

Syntax

'Declaration
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
)

Parameter

.NET Framework-Sicherheit

Siehe auch

Referenz

VersionedItemUri Klasse

Decode-Überladung

Microsoft.TeamFoundation.VersionControl.Common-Namespace