Freigeben über


ChangesetUri-Konstruktor (TeamFoundationServer, Int32)

Hinweis: Diese API ist mittlerweile veraltet.

Erstellen Sie ein Changeset URI-Objekt, das ein Team Foundation Server-Objekt und einem Changeset zugewiesen wird.

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

Syntax

'Declaration
<ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")> _
Public Sub New ( _
    teamFoundationServer As TeamFoundationServer, _
    changeset As Integer _
)
[ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")]
public ChangesetUri(
    TeamFoundationServer teamFoundationServer,
    int changeset
)

Parameter

  • changeset
    Typ: System.Int32
    Das Changeset, dessen ein Artefakt erstellt werden soll.

.NET Framework-Sicherheit

Siehe auch

Referenz

ChangesetUri Klasse

ChangesetUri-Überladung

Microsoft.TeamFoundation.VersionControl.Common-Namespace