ActionSheetArguments Class
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.
Arguments for an action sheet dialog.
public ref class ActionSheetArguments
public class ActionSheetArguments
type ActionSheetArguments = class
Public Class ActionSheetArguments
- Inheritance
-
ActionSheetArguments
Constructors
| Name | Description |
|---|---|
| ActionSheetArguments(String, String, String, IEnumerable<String>) |
Creates a new ActionSheetArguments with the specified parameters. |
Properties
| Name | Description |
|---|---|
| Buttons |
Gets titles of any buttons on the action sheet that aren't Cancel or Destruction. Can
be |
| Cancel |
Gets the text for a cancel button. Can be null. |
| Destruction |
Gets the text for a destructive button. Can be null. |
| FlowDirection | |
| Result |
Gets the task completion source for the user's choice. |
| Title |
Gets the title for the action sheet. Can be null. |
Methods
| Name | Description |
|---|---|
| SetResult(String) |
Sets the result of the action sheet. |