IProtocolActivatedEventArgs interface

This topic has not yet been rated - Rate this topic

Provides data when an app is activated because it is the program associated with a protocol.

Syntax


public interface IProtocolActivatedEventArgs : IActivatedEventArgs

Attributes

GuidAttribute("6095f4dd-b7c0-46ab-81fe-d90f36d00d24")
VersionAttribute(NTDDI_WIN8)

Members

The IProtocolActivatedEventArgs interface has these types of members:

Properties

The IProtocolActivatedEventArgs interface has these properties.

PropertyAccess typeDescription

Uri

Read-onlyGets the Uniform Resource Identifier (URI) for which the app was activated.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

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.