Share via


Launcher.LaunchUriForResultsAndContinueAsync(Uri, LauncherOptions, ValueSet) | launchUriForResultsAndContinueAsync(Uri, LauncherOptions, ValueSet) method

[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]

Asynchronously launch the contract for results and continue.

Syntax

Windows.System.Launcher.launchUriForResultsAndContinueAsync(uri, options, continuationData).done( /* Your success and error handlers */ );
public static IAsyncOperation<bool> LaunchUriForResultsAndContinueAsync(
  Uri uri, 
  LauncherOptions options, 
  ValueSet continuationData
)
Public Shared Function LaunchUriForResultsAndContinueAsync(
  uri As Uri,  
  options As LauncherOptions,  
  continuationData As ValueSet 
) As IAsyncOperation(Of Boolean)
public:
static IAsyncOperation<bool>^ LaunchUriForResultsAndContinueAsync(
  Uri^ uri, 
  LauncherOptions^ options, 
  ValueSet^ continuationData
)

Parameters

Return value

Type: IAsyncOperation<Boolean>

True if the operation succeeded; otherwise false.

Requirements (device family)

Device family

Universal

API contract

Windows.Foundation.UniversalApiContract, introduced version 1.0

Namespace

Windows.System Windows::System [C++]

Metadata

Windows.Foundation.UniversalApiContract.winmd

See also

Launcher

LaunchUriForResultsAndContinueAsync(Uri, LauncherOptions, ValueSet, ValueSet)