This documentation is archived and is not being maintained.

TeamProjectPicker::SetDefaultSelectionProvider Method

Sets the default selection provider.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

public:
void SetDefaultSelectionProvider(
	ITeamProjectPickerDefaultSelectionProvider^ provider
)

Parameters

provider
Type: Microsoft.TeamFoundation.Client::ITeamProjectPickerDefaultSelectionProvider

The default selection provider. Null to specify no selection by default.

Show: