UIViewController.PresentedViewController 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
由 UIViewController 這個 UIViewController 或其中一個 祖系 UIViewController 呈現的 this
。
public virtual UIKit.UIViewController PresentedViewController { [Foundation.Export("presentedViewController")] get; }
member this.PresentedViewController : UIKit.UIViewController
屬性值
UIViewController正在呈現的 。
這個值可以是 null
。
- 屬性
備註
即使呈現 UIViewController 是這個 UIViewController 的上階,這個方法仍會傳回呈現 UIViewController 的 。 請注意,這是在 為中繼 UIViewController 時 this
傳回 null
的稍微非對稱。 PresentingViewController