FullTrustProcessLauncher.LaunchFullTrustProcessForAppWithArgumentsAsync Methode

Definition

Starten Sie den voll vertrauenswürdigen Prozess für die angegebene Anwendungs-ID mit den angegebenen Befehlszeilenparametern.

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)

Parameter

fullTrustPackageRelativeAppId
String

Platform::String

winrt::hstring

Der prozessrelative Anwendungsbezeichner der App, deren voll vertrauenswürdige Prozesskomponente der Aufrufer starten möchte. Der voll vertrauenswürdige Prozess kann dies analysieren, um zu bestimmen, welche App ihn aufgerufen hat.

commandLine
String

Platform::String

winrt::hstring

Die Befehlszeilenargumente, mit denen der Prozess gestartet werden soll.

Gibt zurück

Ein asynchroner Vorgang, der bei Abschluss ein FullTrustProcessLaunchResult zurückgibt.

Attribute

Windows-Anforderungen

Gerätefamilie
Windows Desktop Extension SDK (eingeführt in 10.0.22000.0)
API contract
Windows.ApplicationModel.FullTrustAppContract (eingeführt in v2.0)

Gilt für: