Bagikan melalui


FullTrustProcessLauncher.LaunchFullTrustProcessForAppAsync Metode

Definisi

Overload

LaunchFullTrustProcessForAppAsync(String)

Luncurkan proses kepercayaan penuh untuk ID aplikasi yang ditentukan.

LaunchFullTrustProcessForAppAsync(String, String)

Luncurkan proses kepercayaan penuh untuk ID aplikasi yang ditentukan, dengan parameter.

LaunchFullTrustProcessForAppAsync(String)

Luncurkan proses kepercayaan penuh untuk ID aplikasi yang ditentukan.

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

Parameter

fullTrustPackageRelativeAppId
String

Platform::String

winrt::hstring

Pengidentifikasi aplikasi relatif proses aplikasi yang komponen proses kepercayaan penuhnya ingin diluncurkan oleh pemanggil. Proses kepercayaan penuh dapat mengurai ini untuk menentukan aplikasi mana yang memanggilnya.

Mengembalikan

IAsyncAction untuk menunggu.

Atribut

Persyaratan Windows

Kemampuan aplikasi
previewHfx

Lihat juga

Berlaku untuk

LaunchFullTrustProcessForAppAsync(String, String)

Luncurkan proses kepercayaan penuh untuk ID aplikasi yang ditentukan, dengan parameter.

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

Parameter

fullTrustPackageRelativeAppId
String

Platform::String

winrt::hstring

Pengidentifikasi aplikasi relatif proses aplikasi yang komponen proses kepercayaan penuhnya ingin diluncurkan oleh pemanggil. Proses kepercayaan penuh dapat mengurai ini untuk menentukan aplikasi mana yang memanggilnya.

parameterGroupId
String

Platform::String

winrt::hstring

ID grup parameter untuk parameter yang akan diteruskan ke proses yang diluncurkan.

Mengembalikan

IAsyncAction untuk menunggu.

Atribut

Persyaratan Windows

Kemampuan aplikasi
previewHfx

Lihat juga

Berlaku untuk