This documentation is archived and is not being maintained.

TeamProjectPicker Constructor (TeamProjectPickerMode, Boolean)

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.

Show: