PhotoResult.ChosenPhoto Property

Namespace:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public Property ChosenPhoto As Stream
public Stream ChosenPhoto { get; internal set; }
public:
property Stream^ ChosenPhoto {
    Stream^ get ();
    internal: void set (Stream^ value);
}
member ChosenPhoto : Stream with get, internal set

Property Value

Type: System.IO.Stream

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

PhotoResult Class

Microsoft.Phone.Tasks Namespace