AbstractUIThreadOperationContext.TakeOwnership 方法

定义

允许组件通过此 UI 线程操作获得完全所有权,例如,当它显示自己的模式 UI 对话框并改为通过该对话框处理可取消性时。

public:
 virtual void TakeOwnership();
public virtual void TakeOwnership ();
abstract member TakeOwnership : unit -> unit
override this.TakeOwnership : unit -> unit
Public Overridable Sub TakeOwnership ()

实现

适用于