ILaunchActivatedEventArgs interface

This topic has not yet been rated - Rate this topic

Provides event information when an app is launched.

Syntax


public interface ILaunchActivatedEventArgs : IActivatedEventArgs

Attributes

GuidAttribute("fbc93e26-a14a-4b4f-82b0-33bed920af52")
VersionAttribute(NTDDI_WIN8)

Members

The ILaunchActivatedEventArgs interface has these types of members:

Properties

The ILaunchActivatedEventArgs interface has these properties.

PropertyAccess typeDescription

Arguments

Read-onlyGets the arguments that are passed to the app during its launch activation.

TileId

Read-onlyGets the ID of the source that was invoked to launch the application.

 

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

IActivatedEventArgs

 

 

Build date: 2/25/2013

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