ShelvedItemUri, constructeur (String, String, String, String, UriType)
Construisez un objet d'URI d'élément du jeu de réservations donné une URL d'Team Foundation Server, un chemin d'accès au serveur, le nom du jeu de réservations et le propriétaire.
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, _
serverItem As String, _
shelvesetName As String, _
shelvesetOwner As String, _
type As UriType _
)
public ShelvedItemUri(
string teamFoundationServerUrl,
string serverItem,
string shelvesetName,
string shelvesetOwner,
UriType type
)
Paramètres
- teamFoundationServerUrl
Type : System.String
L'URL d'un serveur Team Foundation
- serverItem
Type : System.String
Le chemin d'accès au serveur de l'élément
- shelvesetName
Type : System.String
- shelvesetOwner
Type : System.String
- type
Type : Microsoft.TeamFoundation.VersionControl.Common.UriType
Indique si « uri d'une Web vue doit être créé.
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