Share via


Launcher.LaunchUriForResultsForUserAsync メソッド

定義

オーバーロード

LaunchUriForResultsForUserAsync(User, Uri, LauncherOptions)

指定したオプションを使用して、指定した URI の URI スキーム名に関連付けられている既定のアプリを非同期的に起動し、特定の ユーザーを コンテキストとして提供します。

LaunchUriForResultsForUserAsync(User, Uri, LauncherOptions, ValueSet)

指定したオプションと入力データを使用して、指定した URI の URI スキーム名に関連付けられている既定のアプリを非同期的に起動し、特定の ユーザーを コンテキストとして提供します。

LaunchUriForResultsForUserAsync(User, Uri, LauncherOptions)

指定したオプションを使用して、指定した URI の URI スキーム名に関連付けられている既定のアプリを非同期的に起動し、特定の ユーザーを コンテキストとして提供します。

public:
 static IAsyncOperation<LaunchUriResult ^> ^ LaunchUriForResultsForUserAsync(User ^ user, Uri ^ uri, LauncherOptions ^ options);
/// [Windows.Foundation.Metadata.Overload("LaunchUriForResultsForUserAsync")]
 static IAsyncOperation<LaunchUriResult> LaunchUriForResultsForUserAsync(User const& user, Uri const& uri, LauncherOptions const& options);
[Windows.Foundation.Metadata.Overload("LaunchUriForResultsForUserAsync")]
public static IAsyncOperation<LaunchUriResult> LaunchUriForResultsForUserAsync(User user, System.Uri uri, LauncherOptions options);
function launchUriForResultsForUserAsync(user, uri, options)
Public Shared Function LaunchUriForResultsForUserAsync (user As User, uri As Uri, options As LauncherOptions) As IAsyncOperation(Of LaunchUriResult)

パラメーター

user
User

起動されたアプリに渡すユーザー コンテキスト。

uri
Uri Uri

Uri。

options
LauncherOptions

起動オプション。

戻り値

このメソッドが完了すると、起動の結果が返されます。

属性

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

こちらもご覧ください

適用対象

LaunchUriForResultsForUserAsync(User, Uri, LauncherOptions, ValueSet)

指定したオプションと入力データを使用して、指定した URI の URI スキーム名に関連付けられている既定のアプリを非同期的に起動し、特定の ユーザーを コンテキストとして提供します。

public:
 static IAsyncOperation<LaunchUriResult ^> ^ LaunchUriForResultsForUserAsync(User ^ user, Uri ^ uri, LauncherOptions ^ options, ValueSet ^ inputData);
/// [Windows.Foundation.Metadata.Overload("LaunchUriForResultsWithDataForUserAsync")]
 static IAsyncOperation<LaunchUriResult> LaunchUriForResultsForUserAsync(User const& user, Uri const& uri, LauncherOptions const& options, ValueSet const& inputData);
[Windows.Foundation.Metadata.Overload("LaunchUriForResultsWithDataForUserAsync")]
public static IAsyncOperation<LaunchUriResult> LaunchUriForResultsForUserAsync(User user, System.Uri uri, LauncherOptions options, ValueSet inputData);
function launchUriForResultsForUserAsync(user, uri, options, inputData)
Public Shared Function LaunchUriForResultsForUserAsync (user As User, uri As Uri, options As LauncherOptions, inputData As ValueSet) As IAsyncOperation(Of LaunchUriResult)

パラメーター

user
User

起動されたアプリに渡すユーザー コンテキスト。

uri
Uri Uri

Uri。

options
LauncherOptions

起動オプション。

inputData
ValueSet

起動したアプリに送信するデータ。

戻り値

このメソッドが完了すると、起動の結果が返されます。

属性

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

こちらもご覧ください

適用対象