Freigeben über


ContextManager.SetContext-Methode (TfsTeamProjectCollection, String, Guid)

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 ( _
    teamProjectCollection As TfsTeamProjectCollection, _
    projectUri As String, _
    teamId As Guid _
)
public void SetContext(
    TfsTeamProjectCollection teamProjectCollection,
    string projectUri,
    Guid teamId
)

Parameter

  • projectUri
    Typ: System.String
    Der vollqualifizierte Teamprojekt URI, kann NULL sein.
  • teamId
    Typ: System.Guid
    Die ID des Teams, kann Guid.Empty sein.

Implementiert

ITeamFoundationContextManager.SetContext(TfsTeamProjectCollection, String, Guid)

.NET Framework-Sicherheit

Siehe auch

Referenz

ContextManager Klasse

SetContext-Überladung

Microsoft.VisualStudio.Services.Integration-Namespace