ActionSheetArguments.SetResult(String) 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.
Sets the result of the action sheet.
public:
void SetResult(System::String ^ result);
public void SetResult(string result);
member this.SetResult : string -> unit
Public Sub SetResult (result As String)
Parameters
- result
- String
The selected button text.