메소드 | 설명 | |
---|---|---|
Continue ( IContinuationActivatedEventArgs args ) : void |
Sets the ContinuationArgs for this instance. Using default Frame of current Window Should be called by the main activation handling code in App.xaml.cs
|
|
GetContinuationArgs ( bool includeStaleArgs ) : IContinuationActivatedEventArgs |
Retrieves the continuation args, optionally retrieving them even if they have already been retrieved
|
메소드 | 설명 | |
---|---|---|
Continue ( IContinuationActivatedEventArgs args, |
Sets the ContinuationArgs for this instance. Should be called by the main activation handling code in App.xaml.cs
|
|
MarkAsStale ( ) : void |
Marks the contination data as 'stale', meaning that it is probably no longer of any use. Called when the app is suspended (to ensure future activations don't appear to be for the same continuation) and whenever the continuation data is retrieved (so that it isn't retrieved on subsequent navigations)
|
public Continue ( IContinuationActivatedEventArgs args ) : void | ||
args | IContinuationActivatedEventArgs | The activation args |
리턴 | void |
public GetContinuationArgs ( bool includeStaleArgs ) : IContinuationActivatedEventArgs | ||
includeStaleArgs | bool | Set to true to return args even if they have previously been returned |
리턴 | IContinuationActivatedEventArgs |