Compartir a través de


Win32.GetParentWindow(DependencyObject) Method

Definition

Gets the parent window.

public:
 static System::Windows::Window ^ GetParentWindow(System::Windows::DependencyObject ^ child);
public static System.Windows.Window GetParentWindow (System.Windows.DependencyObject child);
static member GetParentWindow : System.Windows.DependencyObject -> System.Windows.Window
Public Shared Function GetParentWindow (child As DependencyObject) As Window

Parameters

Returns

Applies to