UIService.GetOwnerWindow Method
Namespace: Microsoft.TeamFoundation.MVVM
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Protected Function GetOwnerWindow As Window
protected Window GetOwnerWindow()
protected:
Window^ GetOwnerWindow()
member GetOwnerWindow : unit -> Window
protected function GetOwnerWindow() : Window
Return Value
Type: System.Windows.Window
Returns 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.