Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Initializes a new UICredentialsProvider instance.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
parentWindow As IWin32Window _
)
public UICredentialsProvider(
IWin32Window parentWindow
)
public:
UICredentialsProvider(
IWin32Window^ parentWindow
)
new :
parentWindow:IWin32Window -> UICredentialsProvider
public function UICredentialsProvider(
parentWindow : IWin32Window
)
Parameters
parentWindow
Type: System.Windows.Forms.IWin32WindowThe parent window of the [UICredentialsProvider] window.
.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.