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
- teamProjectCollection
Typ: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
Die Teamprojektauflistung, kann NULL sein.
- 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
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.