UIDocumentMenuViewController.AddOption 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.
Adds a menu item, which runs the completionHandler
action when it is clicked, to the document menue.
[Foundation.Export("addOptionWithTitle:image:order:handler:")]
public virtual void AddOption (string title, UIKit.UIImage image, UIKit.UIDocumentMenuOrder order, Action completionHandler);
abstract member AddOption : string * UIKit.UIImage * UIKit.UIDocumentMenuOrder * Action -> unit
override this.AddOption : string * UIKit.UIImage * UIKit.UIDocumentMenuOrder * Action -> unit
Parameters
- title
- String
- order
- UIDocumentMenuOrder
- completionHandler
- Action
- Attributes