UIViewController.IsMovingToParentViewController 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
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