LaunchUriResult LaunchUriResult LaunchUriResult LaunchUriResult Class

Definition

Represents the results of a Uri launch.

public : sealed class LaunchUriResult : ILaunchUriResultpublic sealed class LaunchUriResult : ILaunchUriResultPublic NotInheritable Class LaunchUriResult Implements ILaunchUriResult// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Properties

Result Result Result Result

Gets the result of the Uri launch.

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

The result of the Uri launch.

Status Status Status Status

Gets the status of the Uri launch.

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

The status of the Uri launch.