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.
- connectAsynchronously
Typ: System.Boolean
- promptOnError
Typ: System.Boolean
Implementiert
.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.