Share via


FullTrustProcessLauncher.LaunchFullTrustProcessForCurrentAppAsync Méthode

Définition

Surcharges

LaunchFullTrustProcessForCurrentAppAsync()

Lancez le processus de confiance totale pour l’ID d’application actuel.

LaunchFullTrustProcessForCurrentAppAsync(String)

Lancez le processus de confiance totale pour l’ID d’application actuel, avec des paramètres.

LaunchFullTrustProcessForCurrentAppAsync()

Lancez le processus de confiance totale pour l’ID d’application actuel.

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

Retours

IAsyncAction à attendre.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
previewHfx

Voir aussi

S’applique à

LaunchFullTrustProcessForCurrentAppAsync(String)

Lancez le processus de confiance totale pour l’ID d’application actuel, avec des paramètres.

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

Paramètres

parameterGroupId
String

Platform::String

winrt::hstring

ID de groupe de paramètres pour les paramètres qui seront passés au processus lancé.

Retours

IAsyncAction à attendre.

Attributs

Configuration requise pour Windows

Fonctionnalités de l’application
previewHfx

Voir aussi

S’applique à