UIViewController.DefinesPresentationContext 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定在呈現另一個 時,是否顯示這個 UIViewControllerUIViewController 的 View 。
public virtual bool DefinesPresentationContext { [Foundation.Export("definesPresentationContext")] get; [Foundation.Export("setDefinesPresentationContext:")] set; }
member this.DefinesPresentationContext : bool with get, set
屬性值
預設為 false
。
- 屬性
備註
當應用程式 (呈現檢視時,亦即使用 PresentViewController(UIViewController, Boolean, Action) 、 PresentModalViewController(UIViewController, Boolean) 或 PresentMoviePlayerViewController(MPMoviePlayerViewController)) ,iOS 會在呈現 UIViewController 上呼叫這個方法。 如果這個方法傳 false
回 ,iOS 會在 上 ParentViewController 呼叫這個方法。 如果鏈結中沒有 UIViewController 傳回 true
,則會 UIViewController 使用根 UIViewController 內容來呈現呈現。