IPolicyEditArgs.Parent Property
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
'Декларация
ReadOnly Property Parent As IWin32Window
Get
IWin32Window Parent { get; }
property IWin32Window^ Parent {
IWin32Window^ get ();
}
abstract Parent : IWin32Window
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.