UIViewController.PresentingViewController 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
呈現 UIViewController 這個 UIViewController 的 。
public virtual UIKit.UIViewController PresentingViewController { [Foundation.Export("presentingViewController")] get; }
member this.PresentingViewController : UIKit.UIViewController
屬性值
呈現 UIViewController 這個 UIViewController 的 。
這個值可以是 null
。
- 屬性
備註
如果正在呈現, UIViewController 這個屬性會保存 UIViewController 呈現它的 。 請注意,這是稍微非對稱 PresentedViewController 的,即使它是所呈現的 this
子代,也會傳回值。