This documentation is archived and is not being maintained.
TeamProjectPicker Constructor (TeamProjectPickerMode, Boolean, ICredentialsProvider)
Visual Studio 2013
Initializes a new TeamProjectPicker instance.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: TeamProjectPicker( TeamProjectPickerMode mode, bool disableCollectionChange, ICredentialsProvider^ credentialsProvider )
Parameters
- mode
- Type: Microsoft.TeamFoundation.Client::TeamProjectPickerMode
The mode of operation for the project selection dialog.
- disableCollectionChange
- Type: System::Boolean
If true, disables the changing of the default project collection.
- credentialsProvider
- Type: Microsoft.TeamFoundation.Client::ICredentialsProvider
The credentials provider to use if the current environment’s credentials fail to authenticate.
- 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.
Show: