Specifies the type of activation.
public enum class ActivationKind
| Member | Value | Description |
|---|---|---|
| CachedFileUpdater | 7 | The user wants to save a file that the app provides content management for. |
| CameraSettings | 11 | The app captures photos or video from an attached camera. |
| ContactPicker | 8 | The user wants to pick contacts. |
| Device | 9 | The app handles AutoPlay. |
| File | 3 | An app launched a file whose file type this app is registered to handle. |
| FileOpenPicker | 5 | The user wants to pick files that are provided by the app. |
| FileSavePicker | 6 | The user wants to save a file and selected the app as the location. |
| Launch | 0 | The user launched the app or tapped a content tile. |
| PrintTaskSettings | 10 | The app handles print tasks. |
| Protocol | 4 | An app launched a URL whose protocol this app is registered to handle. |
| Search | 1 | The user wants to search with the app. |
| ShareTarget | 2 | The app is activated as a target for share operations. |
Namespace: Windows.ApplicationModel.Activation
Metadata: windows.winmd