IContinuationActivatedEventArgs
IContinuationActivatedEventArgs
IContinuationActivatedEventArgs
IContinuationActivatedEventArgs
Interface
Definition
Provides data when an app is activated after an operation that suspends the app.
public : interface IContinuationActivatedEventArgspublic interface IContinuationActivatedEventArgsPublic Interface IContinuationActivatedEventArgs// You can use this interface in JavaScript.
- Inheritance
-
IContinuationActivatedEventArgsIContinuationActivatedEventArgsIContinuationActivatedEventArgsIContinuationActivatedEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited properties
Properties
ContinuationData ContinuationData ContinuationData ContinuationData
Gets a set of values populated by the app before an operation that deactivates the app in order to provide context when the app is activated.
public : ValueSet ContinuationData { get; }public ValueSet ContinuationData { get; }Public ReadOnly Property ContinuationData As ValueSet// You can use this property in JavaScript.