Freigeben über


ContextManager.SetContext-Methode (String, String, Guid, Boolean, ActiveContextChangeReason, Boolean)

Erstellt und das neue ITeamFoundationContext für Explorer-Fenster das Team fest.

Namespace:  Microsoft.VisualStudio.Services.Integration
Assembly:  Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)

Syntax

'Declaration
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
)

Parameter

  • teamProjectCollectionUri
    Typ: System.String
    Die Teamprojektauflistung, kann NULL sein.
  • project
    Typ: System.String
    Der Teamprojektname oder der vollqualifizierte URI, kann NULL sein.
  • teamId
    Typ: System.Guid
    Die ID des Teams, kann Guid.Empty sein.

Implementiert

ITeamFoundationContextManager2.SetContext(String, String, Guid, Boolean, ActiveContextChangeReason, Boolean)

.NET Framework-Sicherheit

Siehe auch

Referenz

ContextManager Klasse

SetContext-Überladung

Microsoft.VisualStudio.Services.Integration-Namespace