This topic has not yet been rated - Rate this topic

PhotoChooserTask.Show Method

July 26, 2012

Shows the Photo Chooser application.

Namespace:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
public override void Show()

Obtain the result of the chooser operation by handling the Completed event.

On Windows Phone, your application may be deactivated while the Photo Chooser application is in the foreground. To ensure that your application receives the result of the EmailAddressChooserTask, the object must be declared with class scope within the PhoneApplicationPage class and you must call the chooser constructor and assign the Completed event delegate within the page’s constructor. For more information about how to handle the activation and deactivation of your application, see Execution Model for Windows Phone.

Windows Phone OS

Supported in: 7.1, 7.0

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.