ShelvedItemUri, constructeur (TeamFoundationServer, String, String, String, UriType)

Remarque : cette API est maintenant obsolète.

Construisez un objet d'URI d'éléments avec version donné un objet d' Team Foundation Server , un chemin d'accès au serveur, nom et propriétaire du jeu de réservations, puis ID de suppression et si l'URI est pour une vue de site 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, _
    shelvesetName As String, _
    shelvesetOwner As String, _
    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 ShelvedItemUri(
    TeamFoundationServer teamFoundationServer,
    string serverItem,
    string shelvesetName,
    string shelvesetOwner,
    UriType type
)

Paramètres

  • serverItem
    Type : System.String
    Le chemin d'accès au serveur de l'élément

Sécurité .NET Framework

Voir aussi

Référence

ShelvedItemUri Classe

ShelvedItemUri, surcharge

Microsoft.TeamFoundation.VersionControl.Common, espace de noms