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
。