The InTheHand.Phone.Tasks namespace provides a set of reusable choosers and tasks for .NET Compact Framework applications
| C# | Visual Basic |
namespace InTheHand.Phone.Tasks
Namespace InTheHand.Phone.Tasks
| All Types | Classes | Enumerations |
| Icon | Type | Description |
|---|---|---|
| CameraCaptureTask |
Allows an application to launch the Camera application.
Use this to allow users to take a photo from your application.
| |
| ChooserBase<(Of <(<'TTaskEventArgs>)>)> |
The base class from which all choosers are derived.
This class exposes a common function for showing the choosers and an event for handling the chooser result.
| |
| EmailAddressChooserTask |
Allows an application to launch the Contacts application.
Use this to obtain the email address of a contact selected by the user.
| |
| EmailComposeTask |
Allows an application to launch the email application with a new message displayed.
Use this to allow users to send email from your application.
| |
| EmailResult |
Represents an email address returned from a call to the Show()()()() method of a EmailAddressChooserTask object.
| |
| MarketplaceContent |
An enumeration used with the Show method of the MarketplaceLauncher object to determine what type of content is displayed when the Marketplace application is launched.
| |
| MarketplaceDetailTask |
Allows an application to launch the Windows Phone Marketplace client application and display the details page for the specified product.
| |
| MarketplaceLauncher |
Allows an application to launch the Marketplace application.
| |
| MarketplaceOperation |
Defines the operation that is performed when the Marketplace application is launched.
This enumeration is used with the MarketplaceLauncher object.
| |
| PhoneCallTask |
Allows an application to launch the Phone application.
Use this to allow users to make a phone call from your application.
| |
| PhoneNumberChooserTask |
Allows an application to launch the Contacts application.
Use this to obtain the phone number of a contact selected by the user.
| |
| PhoneNumberResult |
Represents a phone number returned from a call to the Show()()()() method of a PhoneNumberChooserTask object.
| |
| PhotoChooserTask |
Allows an application to launch the Photo Chooser application.
Use this to allow users to select a photo.
| |
| PhotoResult |
Represents a photo returned from a call to the Show method of a PhotoChooserTask object or a CameraCaptureTask object.
| |
| SmsComposeTask |
Launches the Messaging application with a new SMS message displayed.
| |
| TaskEventArgs |
The EventArgs used by the Completed event for all Choosers.
| |
| TaskResult |
Describes the success status of a chooser operation.
| |
| WebBrowserTask |
Allows an application to launch the Web browser application.
|