Partager via


ShelvesetUri, constructeur (TeamFoundationServer, String, String, UriType)

Remarque : cette API est maintenant obsolète.

Construisez un objet d'URI du jeu de réservations donné un objet d'Team Foundation Server et un nom et un propriétaire du jeu de réservations.

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, _
    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 ShelvesetUri(
    TeamFoundationServer teamFoundationServer,
    string shelvesetName,
    string shelvesetOwner,
    UriType type
)

Paramètres

  • shelvesetName
    Type : System.String
    Nom du jeu de réservations dont un artefact doit être construit.
  • shelvesetOwner
    Type : System.String
    Le propriétaire du jeu de réservations.

Sécurité .NET Framework

Voir aussi

Référence

ShelvesetUri Classe

ShelvesetUri, surcharge

Microsoft.TeamFoundation.VersionControl.Common, espace de noms