This documentation is archived and is not being maintained.

TeamProjectPicker::ShowDialog Method (IWin32Window)

Displays the project selection dialog.

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

public:
DialogResult ShowDialog(
	IWin32Window^ parentWindow
)

Parameters

parentWindow
Type: System.Windows.Forms::IWin32Window

The parent window of the project selection dialog.

Return Value

Type: System.Windows.Forms::DialogResult
The result of the user interaction with the dialog (the button pressed and data).

Show: