ShelvedItemUri, constructeur (TeamFoundationServer, String, String, String)
Remarque : cette API est maintenant obsolète.
Consultez la surcharge
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 _
)
[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
)
Paramètres
- teamFoundationServer
Type : Microsoft.TeamFoundation.Client.TeamFoundationServer
- serverItem
Type : System.String
- shelvesetName
Type : System.String
- shelvesetOwner
Type : System.String
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