Share via


FullTrustProcessLauncher.LaunchFullTrustProcessForCurrentAppAsync Metodo

Definizione

Overload

LaunchFullTrustProcessForCurrentAppAsync()

Avviare il processo di trust completo per l'ID applicazione corrente.

LaunchFullTrustProcessForCurrentAppAsync(String)

Avviare il processo di trust completo per l'ID applicazione corrente, con parametri.

LaunchFullTrustProcessForCurrentAppAsync()

Avviare il processo di trust completo per l'ID applicazione corrente.

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

Restituisce

IAsyncAction da attendere.

Attributi

Requisiti Windows

Funzionalità dell'app
previewHfx

Vedi anche

Si applica a

LaunchFullTrustProcessForCurrentAppAsync(String)

Avviare il processo di trust completo per l'ID applicazione corrente, con parametri.

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

Parametri

parameterGroupId
String

Platform::String

winrt::hstring

ID gruppo di parametri per i parametri che verranno passati al processo avviato.

Restituisce

IAsyncAction da attendere.

Attributi

Requisiti Windows

Funzionalità dell'app
previewHfx

Vedi anche

Si applica a