Partager via


ShelvesetUri, constructeur (String, String, String)

Construisez un objet d'URI du jeu de réservations donné une URL 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
Public Sub New ( _
    teamFoundationServerUrl As String, _
    shelvesetName As String, _
    shelvesetOwner As String _
)
public ShelvesetUri(
    string teamFoundationServerUrl,
    string shelvesetName,
    string shelvesetOwner
)

Paramètres

  • teamFoundationServerUrl
    Type : System.String
    L'URL d'un serveur Team Foundation.
  • 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