UISplitViewControllerDelegate.GetTargetDisplayModeForAction 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
要求委派提供顯示模式,以便在分割檢視控制器動作發生時套用。
[Foundation.Export("targetDisplayModeForActionInSplitViewController:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UISplitViewControllerDisplayMode GetTargetDisplayModeForAction (UIKit.UISplitViewController svc);
abstract member GetTargetDisplayModeForAction : UIKit.UISplitViewController -> UIKit.UISplitViewControllerDisplayMode
override this.GetTargetDisplayModeForAction : UIKit.UISplitViewController -> UIKit.UISplitViewControllerDisplayMode
參數
分割檢視控制器,其動作可能會觸發。
傳回
傳回當使用者執行特定動作時,要套用至分割檢視控制器的顯示模式。
- 屬性