This documentation is archived and is not being maintained.
TeamProjectPicker Constructor (TeamProjectPickerMode, Boolean)
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 )
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.
- 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: