Window.GetWindow(DependencyObject) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 Window 物件的參考,這個物件含有相依性物件所在的內容樹狀結構。
public:
static System::Windows::Window ^ GetWindow(System::Windows::DependencyObject ^ dependencyObject);
public static System.Windows.Window GetWindow (System.Windows.DependencyObject dependencyObject);
static member GetWindow : System.Windows.DependencyObject -> System.Windows.Window
Public Shared Function GetWindow (dependencyObject As DependencyObject) As Window
參數
- dependencyObject
- DependencyObject
相依性物件。
傳回
對主視窗的 Window 參考。
例外狀況
dependencyObject
為 null。