Bagikan melalui


FullTrustProcessLauncher.LaunchFullTrustProcessForCurrentAppAsync Metode

Definisi

Overload

LaunchFullTrustProcessForCurrentAppAsync()

Luncurkan proses kepercayaan penuh untuk ID aplikasi saat ini.

LaunchFullTrustProcessForCurrentAppAsync(String)

Luncurkan proses kepercayaan penuh untuk ID aplikasi saat ini, dengan parameter.

LaunchFullTrustProcessForCurrentAppAsync()

Luncurkan proses kepercayaan penuh untuk ID aplikasi saat ini.

public:
 static IAsyncAction ^ LaunchFullTrustProcessForCurrentAppAsync();
/// [Windows.Foundation.Metadata.Overload("LaunchFullTrustProcessForCurrentAppAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction LaunchFullTrustProcessForCurrentAppAsync();
[Windows.Foundation.Metadata.Overload("LaunchFullTrustProcessForCurrentAppAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction LaunchFullTrustProcessForCurrentAppAsync();
function launchFullTrustProcessForCurrentAppAsync()
Public Shared Function LaunchFullTrustProcessForCurrentAppAsync () As IAsyncAction

Mengembalikan

IAsyncAction untuk menunggu.

Atribut

Persyaratan Windows

Kemampuan aplikasi
previewHfx

Lihat juga

Berlaku untuk

LaunchFullTrustProcessForCurrentAppAsync(String)

Luncurkan proses kepercayaan penuh untuk ID aplikasi saat ini, dengan parameter.

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

Parameter

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