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
- teamFoundationServer
Tipo: Microsoft.TeamFoundation.Client.TeamFoundationServer
- serverItem
Tipo: System.String
- changeset
Tipo: System.Int32
- deletionId
Tipo: System.Int32
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.