Condividi tramite


Proprietà PhoneApplicationService.State

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

Sintassi

'Dichiarazione
Public ReadOnly Property State As IDictionary(Of String, Object)
public IDictionary<string, Object> State { get; }
public:
property IDictionary<String^, Object^>^ State {
    IDictionary<String^, Object^>^ get ();
}
member State : IDictionary<string, Object> with get

Valore proprietà

Tipo: System.Collections.Generic.IDictionary<String, Object>

Informazioni sulla versione

.NET per applicazioni Windows Phone

Supportato in: Windows Phone 8, Silverlight 8.1

Sicurezza di .NET Framework

Vedere anche

Riferimenti

PhoneApplicationService Classe

Spazio dei nomi Microsoft.Phone.Shell