共用方式為


UIViewController.IsMovingToParentViewController 屬性

定義

true 如果目前的 UIViewController 正在加入至父代 UIViewController 的程式,則為 。

public virtual bool IsMovingToParentViewController { [Foundation.Export("isMovingToParentViewController")] get; }
member this.IsMovingToParentViewController : bool

屬性值

true只有在 執行 或 ViewDidAppear(Boolean) 期間呼叫 ViewWillAppear(Boolean) 時才為 。

屬性

備註

將 加入 UIViewController 至父系 UIViewController 的程式是由函 ViewWillAppear(Boolean) 式和 ViewDidAppear(Boolean) 所預訂。 執行時,這個屬性會傳回 true ,在其他時候,它將會傳回 false

適用於

另請參閱

  • <xref:UIKit.UIViewController.ViewDidAppear>
  • <xref:UIKit.UIViewController.ViewDidDisappear>
  • IsBeingPresented