FullTrustProcessLauncher.LaunchFullTrustProcessForCurrentAppAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
|