SaveStateEventArgsPageState Property |
An empty dictionary to be populated with serializable state.
Namespace: foodez.CommonAssembly: foodez.WindowsPhone (in foodez.WindowsPhone.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Dictionary<string, Object> PageState { get; }
Public ReadOnly Property PageState As Dictionary(Of String, Object)
Get
public:
property Dictionary<String^, Object^>^ PageState {
Dictionary<String^, Object^>^ get ();
}
member PageState : Dictionary<string, Object> with get
Property Value
Type:
DictionaryString,
Object
See Also