Freigeben über


ChangesetUri-Konstruktor (String, Int32, UriType)

Erstellen Sie ein Objekt des Changesets URI, das ein Objekt Team Foundation Server und ein Changeset zugewiesen wird.

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

Syntax

'Declaration
Public Sub New ( _
    teamFoundationServerUrl As String, _
    changeset As Integer, _
    type As UriType _
)
public ChangesetUri(
    string teamFoundationServerUrl,
    int changeset,
    UriType type
)

Parameter

  • teamFoundationServerUrl
    Typ: System.String
    Die URL des Team Foundations-Servers
  • changeset
    Typ: System.Int32
    Das Changeset, für das ein Artefakt erstellt werden soll

.NET Framework-Sicherheit

Siehe auch

Referenz

ChangesetUri Klasse

ChangesetUri-Überladung

Microsoft.TeamFoundation.VersionControl.Common-Namespace