Specifies the type of activation.
Syntax
public enum ActivationKind
Attributes
- VersionAttribute(NTDDI_WIN8)
Members
The ActivationKind enumeration has these members.
| Member | Value | Description |
|---|---|---|
| Launch | launch | 0 |
The user launched the app or tapped a content tile. |
| Search | search | 1 |
The user wants to search with the app. |
| ShareTarget | shareTarget | 2 |
The app is activated as a target for share operations. |
| File | file | 3 |
An app launched a file whose file type this app is registered to handle. |
| Protocol | protocol | 4 |
An app launched a URL whose protocol this app is registered to handle. |
| FileOpenPicker | fileOpenPicker | 5 |
The user wants to pick files that are provided by the app. |
| FileSavePicker | fileSavePicker | 6 |
The user wants to save a file and selected the app as the location. |
| CachedFileUpdater | cachedFileUpdater | 7 |
The user wants to save a file that the app provides content management for. |
| ContactPicker | contactPicker | 8 |
The user wants to pick contacts. |
| Device | device | 9 |
The app handles AutoPlay. |
| PrintTaskSettings | printTaskSettings | 10 |
The app handles print tasks. |
| CameraSettings | cameraSettings | 11 |
The app captures photos or video from an attached camera. |
| PickerReturned | pickerReturned | 1000 |
Windows Phone only. The application was activated after the completion of a picker. |
Windows Phone 8
On Windows Phone, only Launch and PickerReturned are supported.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
- Reference (C#/VB/C++)
- CachedFileUpdaterActivatedEventArgs.Kind
- CameraSettingsActivatedEventArgs.Kind
- ContactPickerActivatedEventArgs.Kind
- DeviceActivatedEventArgs.Kind
- FileActivatedEventArgs.Kind
- FileOpenPickerActivatedEventArgs.Kind
- FileSavePickerActivatedEventArgs.Kind
- LaunchActivatedEventArgs.Kind
- PrintTaskSettingsActivatedEventArgs.Kind
- ProtocolActivatedEventArgs.Kind
- SearchActivatedEventArgs.Kind
- ShareTargetActivatedEventArgs.Kind
- Reference (JavaScript)
- WebUICachedFileUpdaterActivatedEventArgs.kind
- WebUICameraSettingsActivatedEventArgs.kind
- WebUIContactPickerActivatedEventArgs.kind
- WebUIDeviceActivatedEventArgs.kind
- WebUIFileActivatedEventArgs.kind
- WebUIFileOpenPickerActivatedEventArgs.kind
- WebUIFileSavePickerActivatedEventArgs.kind
- WebUILaunchActivatedEventArgs.kind
- WebUIPrintTaskSettingsActivatedEventArgs.kind
- WebUIProtocolActivatedEventArgs.kind
- WebUISearchActivatedEventArgs.kind
- WebUIShareTargetActivatedEventArgs.kind
Build date: 2/25/2013