Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the parent window for policies dialog boxes.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
ReadOnly Property Parent As IWin32Window
IWin32Window Parent { get; }
property IWin32Window^ Parent {
IWin32Window^ get ();
}
abstract Parent : IWin32Window with get
function get Parent () : IWin32Window
Property Value
Type: System.Windows.Forms.IWin32Window
The parent window for policies dialog boxes.
.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.