TaskResult Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Describes the success status of a Chooser operation.
Namespace: Microsoft.Phone.Tasks
Assembly: Microsoft.Phone (in Microsoft.Phone.dll)
Syntax
Public Enumeration TaskResult
public enum TaskResult
<object property="enumerationValue" .../>
Members
Member name | Description | |
---|---|---|
None | No success status was returned from the Chooser operation. | |
OK | The Chooser operation was successful. | |
Cancel | The Chooser operation was cancelled by the user. |
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone
See Also
Reference
Microsoft.Phone.Tasks Namespace