Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates and sets the new ITeamFoundationContext for the Team Explorer window.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Sub SetContext ( _
teamProjectCollection As TfsTeamProjectCollection, _
project As String, _
teamId As Guid, _
connectAsynchronously As Boolean, _
reason As ActiveContextChangeReason, _
promptOnError As Boolean _
)
void SetContext(
TfsTeamProjectCollection teamProjectCollection,
string project,
Guid teamId,
bool connectAsynchronously,
ActiveContextChangeReason reason,
bool promptOnError
)
void SetContext(
TfsTeamProjectCollection^ teamProjectCollection,
String^ project,
Guid teamId,
bool connectAsynchronously,
ActiveContextChangeReason reason,
bool promptOnError
)
abstract SetContext :
teamProjectCollection:TfsTeamProjectCollection *
project:string *
teamId:Guid *
connectAsynchronously:bool *
reason:ActiveContextChangeReason *
promptOnError:bool -> unit
function SetContext(
teamProjectCollection : TfsTeamProjectCollection,
project : String,
teamId : Guid,
connectAsynchronously : boolean,
reason : ActiveContextChangeReason,
promptOnError : boolean
)
Parameters
teamProjectCollection
Type: Microsoft.TeamFoundation.Client.TfsTeamProjectCollectionThe team project collection, can be null.
project
Type: System.StringThe team project name or fully qualified Uri, can be null.
teamId
Type: System.GuidThe id of the TeamFoundationTeam object to set as the current team, can be Guid.Empty.
connectAsynchronously
Type: System.Booleanset to false if you want to wait for the connection to finish
reason
Type: Microsoft.TeamFoundation.Client.ActiveContextChangeReasonspecify the reason for the context change
promptOnError
Type: System.Booleanset to false to avoid prompting the user about an error
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.