ManageTfsList.ShowDialog Method (IWin32Window)
Namespace: Microsoft.TeamFoundation.Proxy
Assembly: Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)
Syntax
'Declaration
Public Sub ShowDialog ( _
parentWindow As IWin32Window _
)
public void ShowDialog(
IWin32Window parentWindow
)
public:
void ShowDialog(
IWin32Window^ parentWindow
)
member ShowDialog :
parentWindow:IWin32Window -> unit
public function ShowDialog(
parentWindow : IWin32Window
)
Parameters
- parentWindow
Type: System.Windows.Forms.IWin32Window
.NET Framework Security
- 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.