ContextManager.SetContext, méthode (String, String, Guid, Boolean, ActiveContextChangeReason, Boolean)
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 ( _
teamProjectCollectionUri As String, _
project As String, _
teamId As Guid, _
connectAsynchronously As Boolean, _
reason As ActiveContextChangeReason, _
promptOnError As Boolean _
)
public void SetContext(
string teamProjectCollectionUri,
string project,
Guid teamId,
bool connectAsynchronously,
ActiveContextChangeReason reason,
bool promptOnError
)
Paramètres
- teamProjectCollectionUri
Type : System.String
La collection de projets d'équipe, peut être null.
- project
Type : System.String
Le nom du projet d'équipe ou l'URI complet, peut être null.
- teamId
Type : System.Guid
ID de l'équipe, peut être Guid.Empty.
- connectAsynchronously
Type : System.Boolean
- promptOnError
Type : System.Boolean
Implémentations
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.