ContextManager.SetContext-Methode (TfsTeamProjectCollection, String)
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 _
)
public void SetContext(
TfsTeamProjectCollection teamProjectCollection,
string projectUri
)
Parameter
- teamProjectCollection
Typ: Microsoft.TeamFoundation.Client.TfsTeamProjectCollection
Die Teamprojektauflistung, kann NULL sein.
- projectUri
Typ: System.String
Der vollqualifizierte Teamprojekt URI, kann NULL sein.
Implementiert
ITeamFoundationContextManager.SetContext(TfsTeamProjectCollection, String)
.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.