ActivationKind Enumeration

Specifies the type of activation.

Syntax

public enum class ActivationKind  

Members

Member Value Description
CachedFileUpdater 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 The user wants to pick contacts.
Device The app handles AutoPlay.
File An app launched a file whose file type this app is registered to handle.
FileOpenPicker The user wants to pick files that are provided by the app.
FileSavePicker The user wants to save a file and selected the app as the location.
Launch The user launched the app or tapped a content tile.
PrintTaskSettings 10  The app handles print tasks.
Protocol An app launched a URL whose protocol this app is registered to handle.
Search The user wants to search with the app.
ShareTarget The app is activated as a target for share operations.

Requirements

Namespace: Windows.ApplicationModel.Activation

Metadata: windows.winmd

See also

Reference

Windows.ApplicationModel.Activation Namespace