Share via


Proprietà PhotoResult.ChosenPhoto

Spazio dei nomi:  Microsoft.Phone.Tasks
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Sintassi

'Dichiarazione
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

Valore proprietà

Tipo: System.IO.Stream

Informazioni sulla versione

.NET per applicazioni Windows Phone

Supportato in: Windows Phone 8, Silverlight 8.1

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PhotoResult Classe

Spazio dei nomi Microsoft.Phone.Tasks