ActivationKind enumeration

1 out of 2 rated this helpful - Rate this topic

Specifies the type of activation.

Syntax


public enum ActivationKind

Attributes

VersionAttribute(NTDDI_WIN8)

Members

The ActivationKind enumeration has these members.

MemberValueDescription
Launch | launch0

The user launched the app or tapped a content tile.

Search | search1

The user wants to search with the app.

ShareTarget | shareTarget2

The app is activated as a target for share operations.

File | file3

An app launched a file whose file type this app is registered to handle.

Protocol | protocol4

An app launched a URL whose protocol this app is registered to handle.

FileOpenPicker | fileOpenPicker5

The user wants to pick files that are provided by the app.

FileSavePicker | fileSavePicker6

The user wants to save a file and selected the app as the location.

CachedFileUpdater | cachedFileUpdater7

The user wants to save a file that the app provides content management for.

ContactPicker | contactPicker8

The user wants to pick contacts.

Device | device9

The app handles AutoPlay.

PrintTaskSettings | printTaskSettings10

The app handles print tasks.

CameraSettings | cameraSettings11

The app captures photos or video from an attached camera.

PickerReturned | pickerReturned1000

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

Windows.ApplicationModel.Activation
Windows::ApplicationModel::Activation [C++]

Metadata

Windows.winmd

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.