VersionedItemUri, constructeur (TeamFoundationServer, String, Int32, Int32, UriType)
Remarque : cette API est maintenant obsolète.
Construit un objet d'URI d'élément avec version étant donné un objet d'Team Foundation Server, un chemin d'accès au serveur, l'ensemble de modifications, et l'ID de suppression et si l'URI est pour une vue Web.
Espace de noms : Microsoft.TeamFoundation.VersionControl.Common
Assembly : Microsoft.TeamFoundation.VersionControl.Common.Integration (dans Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntaxe
'Déclaration
<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
)
Paramètres
- teamFoundationServer
Type : Microsoft.TeamFoundation.Client.TeamFoundationServer
Objet Team Foundation Server.
- serverItem
Type : System.String
Le chemin d'accès au serveur de l'élément.
- changeset
Type : System.Int32
L'ensemble de modifications dont un artefact doit être construit.
- deletionId
Type : System.Int32
L'ID de suppression de l'objet.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.VersionControl.Common, espace de noms