Свойство | Type | Description | |
---|---|---|---|
CreateNewSettings | |||
DoMagic | void | ||
HandleDebug | void | ||
HandleError | void | ||
HandleFatal | void | ||
HandleInfo | void | ||
HandleReadSQLiteValues | void | ||
HandleRegisterJsonPostTarget | void | ||
HandleRegisterSQLiteTarget | void | ||
HandleRegisterStreamingTarget | void | ||
HandleTrace | void | ||
HandleWarn | void | ||
ShareLogs | void | ||
manager_DataRequested | void |
Méthode | Description | |
---|---|---|
LogSamplePage ( ) : MetroLog |
Méthode | Description | |
---|---|---|
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.
|
|
OnNavigatedTo ( |
||
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.
|
Méthode | Description | |
---|---|---|
CreateNewSettings ( ) : |
||
DoMagic ( ) : void | ||
HandleDebug ( object sender, |
||
HandleError ( object sender, |
||
HandleFatal ( object sender, |
||
HandleInfo ( object sender, |
||
HandleReadSQLiteValues ( object sender, |
||
HandleRegisterJsonPostTarget ( object sender, |
||
HandleRegisterSQLiteTarget ( object sender, |
||
HandleRegisterStreamingTarget ( object sender, |
||
HandleTrace ( object sender, |
||
HandleWarn ( object sender, |
||
ShareLogs ( object sender, |
||
manager_DataRequested ( |
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. |
Résultat | void |
protected OnNavigatedTo ( |
||
e | ||
Résultat | void |
protected SaveState ( Object>.Dictionary |
||
pageState | Object>.Dictionary | An empty dictionary to be populated with serializable state. |
Résultat | void |