메소드 | 설명 | |
---|---|---|
ItemDetailPage ( ) : WinStoreGridApp.Data |
메소드 | 설명 | |
---|---|---|
LoadState ( Object navigationParameter, Object>.Dictionary |
Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.
|
|
SaveState ( Object>.Dictionary |
Preserves state associated with this page in case the application is suspended or the page is discarded from the navigation cache. Values must conform to the serialization requirements of SuspensionManager.SessionState.
|
protected LoadState ( Object navigationParameter, Object>.Dictionary |
||
navigationParameter | Object | The parameter value passed to
/// |
pageState | Object>.Dictionary | A dictionary of state preserved by this page during an earlier /// session. This will be null the first time a page is visited. |
리턴 | void |
protected SaveState ( Object>.Dictionary |
||
pageState | Object>.Dictionary | An empty dictionary to be populated with serializable state. |
리턴 | void |