IProtocolActivatedEventArgs IProtocolActivatedEventArgs IProtocolActivatedEventArgs IProtocolActivatedEventArgs Interface

Definition

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

public : interface IProtocolActivatedEventArgspublic interface IProtocolActivatedEventArgsPublic Interface IProtocolActivatedEventArgs// You can use this interface in JavaScript.
Inheritance
IProtocolActivatedEventArgsIProtocolActivatedEventArgsIProtocolActivatedEventArgsIProtocolActivatedEventArgs
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Inherited Members

Inherited properties

Remarks

Interface inheritance

IProtocolActivatedEventArgs inherits IActivatedEventArgs. Types that implement IProtocolActivatedEventArgs also implement the interface members of IActivatedEventArgs.

Properties

Uri Uri Uri Uri

Gets the Uniform Resource Identifier (URI) for which the app was activated.

public : Uri Uri { get; }public Uri Uri { get; }Public ReadOnly Property Uri As Uri// You can use this property in JavaScript.
Value
Uri Uri Uri Uri

The Uniform Resource Identifier (URI).

See Also