WindowHelperService.TrySetWindowOwner(DependencyObject, Window) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將視窗指派為指定之視窗的擁有者。
public:
bool TrySetWindowOwner(System::Windows::DependencyObject ^ source, System::Windows::Window ^ target);
public bool TrySetWindowOwner (System.Windows.DependencyObject source, System.Windows.Window target);
member this.TrySetWindowOwner : System.Windows.DependencyObject * System.Windows.Window -> bool
Public Function TrySetWindowOwner (source As DependencyObject, target As Window) As Boolean
參數
- source
- DependencyObject
target
的擁有者。
- target
- Window
source
所擁有的視窗。
傳回
如果作業成功,則為 true
,否則為 false
。