ContextManager.SetContext, méthode (TfsTeamProjectCollection, String)
Crée et définit le nouvel ITeamFoundationContext pour la fenêtre Explorateur d'équipes.
Espace de noms : Microsoft.VisualStudio.Services.Integration
Assembly : Microsoft.VisualStudio.Services.Integration (dans Microsoft.VisualStudio.Services.Integration.dll)
Syntaxe
'Déclaration
Public Sub SetContext ( _
teamProjectCollection As TfsTeamProjectCollection, _
projectUri As String _
)
public void SetContext(
TfsTeamProjectCollection teamProjectCollection,
string projectUri
)
Paramètres
- teamProjectCollection
Type : Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
La collection de projets d'équipe, peut être null.
- projectUri
Type : System.String
L'URI complet de projet d'équipe, peut être null.
Implémentations
ITeamFoundationContextManager.SetContext(TfsTeamProjectCollection, 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.