Compartilhar via


Construtor VersionedItemUri (TeamFoundationServer, String, Int32, Int32)

Observação: esta API agora é obsoleta.

Consulte sobrecarga.

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

Sintaxe

'Declaração
<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 _
)
[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
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

VersionedItemUri Classe

Sobrecargas VersionedItemUri

Namespace Microsoft.TeamFoundation.VersionControl.Common