UIPreviewAction.Create(String, UIPreviewActionStyle, UIPreviewHandler) 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.
Creates and returns a new preview action with the specified values.
[Foundation.Export("actionWithTitle:style:handler:")]
public static UIKit.UIPreviewAction Create (string title, UIKit.UIPreviewActionStyle style, UIKit.UIPreviewHandler handler);
static member Create : string * UIKit.UIPreviewActionStyle * UIKit.UIPreviewHandler -> UIKit.UIPreviewAction
Parameters
- title
- String
- style
- UIPreviewActionStyle
- handler
- UIPreviewHandler
Returns
- Attributes