UISplitViewControllerDelegate_Extensions.GetTargetDisplayModeForAction Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the display mode for the svc
action.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UISplitViewControllerDisplayMode GetTargetDisplayModeForAction (this UIKit.IUISplitViewControllerDelegate This, UIKit.UISplitViewController svc);
static member GetTargetDisplayModeForAction : UIKit.IUISplitViewControllerDelegate * UIKit.UISplitViewController -> UIKit.UISplitViewControllerDisplayMode
Parameters
The instance on which this extension method operates.
Split view controller whose action might be triggered.
Returns
- Attributes