FullTrustProcessLauncher.LaunchFullTrustProcessForAppAsync メソッド

定義

オーバーロード

LaunchFullTrustProcessForAppAsync(String)

指定したアプリケーション ID の完全信頼プロセスを起動します。

LaunchFullTrustProcessForAppAsync(String, String)

パラメーターを使用して、指定したアプリケーション ID の完全信頼プロセスを起動します。

LaunchFullTrustProcessForAppAsync(String)

指定したアプリケーション ID の完全信頼プロセスを起動します。

public:
 static IAsyncAction ^ LaunchFullTrustProcessForAppAsync(Platform::String ^ fullTrustPackageRelativeAppId);
/// [Windows.Foundation.Metadata.Overload("LaunchFullTrustProcessForAppAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction LaunchFullTrustProcessForAppAsync(winrt::hstring const& fullTrustPackageRelativeAppId);
[Windows.Foundation.Metadata.Overload("LaunchFullTrustProcessForAppAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction LaunchFullTrustProcessForAppAsync(string fullTrustPackageRelativeAppId);
function launchFullTrustProcessForAppAsync(fullTrustPackageRelativeAppId)
Public Shared Function LaunchFullTrustProcessForAppAsync (fullTrustPackageRelativeAppId As String) As IAsyncAction

パラメーター

fullTrustPackageRelativeAppId
String

Platform::String

winrt::hstring

呼び出し元が起動する完全信頼プロセス コンポーネントを持つアプリのプロセス相対アプリケーション識別子。 完全信頼プロセスでは、これを解析して、呼び出したアプリを特定できます。

戻り値

待機する IAsyncAction

属性

Windows の要件

アプリの機能
previewHfx

こちらもご覧ください

適用対象

LaunchFullTrustProcessForAppAsync(String, String)

パラメーターを使用して、指定したアプリケーション ID の完全信頼プロセスを起動します。

public:
 static IAsyncAction ^ LaunchFullTrustProcessForAppAsync(Platform::String ^ fullTrustPackageRelativeAppId, Platform::String ^ parameterGroupId);
/// [Windows.Foundation.Metadata.Overload("LaunchFullTrustProcessForAppWithParametersAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction LaunchFullTrustProcessForAppAsync(winrt::hstring const& fullTrustPackageRelativeAppId, winrt::hstring const& parameterGroupId);
[Windows.Foundation.Metadata.Overload("LaunchFullTrustProcessForAppWithParametersAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction LaunchFullTrustProcessForAppAsync(string fullTrustPackageRelativeAppId, string parameterGroupId);
function launchFullTrustProcessForAppAsync(fullTrustPackageRelativeAppId, parameterGroupId)
Public Shared Function LaunchFullTrustProcessForAppAsync (fullTrustPackageRelativeAppId As String, parameterGroupId As String) As IAsyncAction

パラメーター

fullTrustPackageRelativeAppId
String

Platform::String

winrt::hstring

呼び出し元が起動する完全信頼プロセス コンポーネントを持つアプリのプロセス相対アプリケーション識別子。 完全信頼プロセスでは、これを解析して、呼び出したアプリを特定できます。

parameterGroupId
String

Platform::String

winrt::hstring

起動されたプロセスに渡されるパラメーターのパラメーター グループ ID。

戻り値

待機する IAsyncAction

属性

Windows の要件

アプリの機能
previewHfx

こちらもご覧ください

適用対象