Launcher.LaunchUriForResultsAndContinueAsync(Uri, LauncherOptions, ValueSet, ValueSet) | launchUriForResultsAndContinueAsync(Uri, LauncherOptions, ValueSet, 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, inputData).done( /* Your success and error handlers */ );
public static IAsyncOperation<bool> LaunchUriForResultsAndContinueAsync(
Uri uri,
LauncherOptions options,
ValueSet continuationData,
ValueSet inputData
)
Public Shared Function LaunchUriForResultsAndContinueAsync(
uri As Uri,
options As LauncherOptions,
continuationData As ValueSet,
inputData As ValueSet
) As IAsyncOperation(Of Boolean)
public:
static IAsyncOperation<bool>^ LaunchUriForResultsAndContinueAsync(
Uri^ uri,
LauncherOptions^ options,
ValueSet^ continuationData,
ValueSet^ inputData
)
Parameters
uri
Type: Windows.Foundation.Uri [JavaScript] | System.Uri [.NET] | Windows::Foundation::Uri [C++]The contract to launch.
options
Type: LauncherOptionsThe options with which to launch.
continuationData
Type: ValueSetThe data with which to continue.
inputData
Type: ValueSetThe input data.
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
LaunchUriForResultsAndContinueAsync(Uri, LauncherOptions, ValueSet)