Udostępnij za pośrednictwem


Konstruktor VersionedItemUri — (TeamFoundationServer, String, Int32, Int32, UriType)

Uwaga: ten interfejs API jest już przestarzały.

Konstruowanie obiektu numerów Uri elementu, biorąc pod uwagę Team Foundation Server obiekt identyfikator ścieżki, changeset i usuwania serwera i czy będzie Uri dla widoku sieci Web

Przestrzeń nazw:  Microsoft.TeamFoundation.VersionControl.Common
Zestaw:  Microsoft.TeamFoundation.VersionControl.Common.Integration (w Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)

Składnia

'Deklaracja
<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, _
    serverItem As String, _
    changeset As Integer, _
    deletionId As Integer, _
    type As UriType _
)
[ObsoleteAttribute("The TeamFoundationServer class is obsolete and so is this method. Use the overload of this method that takes a TfsTeamProjectCollection object instead.")]
public VersionedItemUri(
    TeamFoundationServer teamFoundationServer,
    string serverItem,
    int changeset,
    int deletionId,
    UriType type
)

Parametry

  • changeset
    Typ: System.Int32
    Changeset, dla których powinna być konstruowana artefakt
  • deletionId
    Typ: System.Int32
    Usunięcie identyfikatora obiektu.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

VersionedItemUri Klasa

Przeciążenie VersionedItemUri

Przestrzeń nazw Microsoft.TeamFoundation.VersionControl.Common