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