Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 _
)
public static void Decode(
    string versionedItemArtifactName,
    out string serverItem,
    out int changeset,
    out int deletionId
)
public:
static void Decode(
    String^ versionedItemArtifactName, 
    [OutAttribute] String^% serverItem, 
    [OutAttribute] int% changeset, 
    [OutAttribute] int% deletionId
)
static member Decode : 
        versionedItemArtifactName:string * 
        serverItem:string byref * 
        changeset:int byref * 
        deletionId:int byref -> unit 
public static function Decode(
    versionedItemArtifactName : String, 
    serverItem : String, 
    changeset : int, 
    deletionId : int
)
Parameters
- versionedItemArtifactName
 Type: System.String
- serverItem
 Type: System.String%
- changeset
 Type: System.Int32%
- deletionId
 Type: System.Int32%
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.