AbstractUIThreadOperationContext.TakeOwnership Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allows a component to take full ownership over this UI thread operation, for example when it shows its own modal UI dialog and handles cancellability through that dialog instead.
public:
virtual void TakeOwnership();
public virtual void TakeOwnership ();
abstract member TakeOwnership : unit -> unit
override this.TakeOwnership : unit -> unit
Public Overridable Sub TakeOwnership ()