Partager via


FullTrustProcessLauncher.LaunchFullTrustProcessForAppWithArgumentsAsync Méthode

Définition

Lancez le processus de confiance totale pour l’ID d’application spécifié avec les paramètres de ligne de commande spécifiés.

public:
 static IAsyncOperation<FullTrustProcessLaunchResult ^> ^ LaunchFullTrustProcessForAppWithArgumentsAsync(Platform::String ^ fullTrustPackageRelativeAppId, Platform::String ^ commandLine);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<FullTrustProcessLaunchResult> LaunchFullTrustProcessForAppWithArgumentsAsync(winrt::hstring const& fullTrustPackageRelativeAppId, winrt::hstring const& commandLine);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<FullTrustProcessLaunchResult> LaunchFullTrustProcessForAppWithArgumentsAsync(string fullTrustPackageRelativeAppId, string commandLine);
function launchFullTrustProcessForAppWithArgumentsAsync(fullTrustPackageRelativeAppId, commandLine)
Public Shared Function LaunchFullTrustProcessForAppWithArgumentsAsync (fullTrustPackageRelativeAppId As String, commandLine As String) As IAsyncOperation(Of FullTrustProcessLaunchResult)

Paramètres

fullTrustPackageRelativeAppId
String

Platform::String

winrt::hstring

Identificateur d’application relative au processus de l’application dont l’appelant souhaite lancer le composant de processus de confiance totale. Le processus de confiance totale peut l’analyser pour déterminer l’application qui l’a appelée.

commandLine
String

Platform::String

winrt::hstring

Arguments de ligne de commande avec lesquels lancer le processus.

Retours

Opération asynchrone qui retourne un FullTrustProcessLaunchResult à l’achèvement.

Attributs

Configuration requise pour Windows

Famille d’appareils
Windows Desktop Extension SDK (introduit dans 10.0.22000.0)
API contract
Windows.ApplicationModel.FullTrustAppContract (introduit dans v2.0)

S’applique à