FullTrustProcessLauncher.LaunchFullTrustProcessForAppAsync Methode

Definition

Überlädt

LaunchFullTrustProcessForAppAsync(String)

Starten Sie den Vollvertrauensprozess für die angegebene Anwendungs-ID.

LaunchFullTrustProcessForAppAsync(String, String)

Starten Sie den Vollvertrauensprozess für die angegebene Anwendungs-ID mit Parametern.

LaunchFullTrustProcessForAppAsync(String)

Starten Sie den Vollvertrauensprozess für die angegebene Anwendungs-ID.

public:
 static IAsyncAction ^ LaunchFullTrustProcessForAppAsync(Platform::String ^ fullTrustPackageRelativeAppId);
/// [Windows.Foundation.Metadata.Overload("LaunchFullTrustProcessForAppAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction LaunchFullTrustProcessForAppAsync(winrt::hstring const& fullTrustPackageRelativeAppId);
[Windows.Foundation.Metadata.Overload("LaunchFullTrustProcessForAppAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction LaunchFullTrustProcessForAppAsync(string fullTrustPackageRelativeAppId);
function launchFullTrustProcessForAppAsync(fullTrustPackageRelativeAppId)
Public Shared Function LaunchFullTrustProcessForAppAsync (fullTrustPackageRelativeAppId As String) As IAsyncAction

Parameter

fullTrustPackageRelativeAppId
String

Platform::String

winrt::hstring

Der relative Prozessanwendungsbezeichner der App, deren vollständige Vertrauensstellungsprozesskomponente der Aufrufer starten möchte. Der voll vertrauenswürdige Prozess kann dies analysieren, um zu bestimmen, welche App sie aufgerufen hat.

Gibt zurück

Die zu erwartende IAsyncAction .

Attribute

Windows-Anforderungen

App-Funktionen
previewHfx

Weitere Informationen

Gilt für:

LaunchFullTrustProcessForAppAsync(String, String)

Starten Sie den Vollvertrauensprozess für die angegebene Anwendungs-ID mit Parametern.

public:
 static IAsyncAction ^ LaunchFullTrustProcessForAppAsync(Platform::String ^ fullTrustPackageRelativeAppId, Platform::String ^ parameterGroupId);
/// [Windows.Foundation.Metadata.Overload("LaunchFullTrustProcessForAppWithParametersAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncAction LaunchFullTrustProcessForAppAsync(winrt::hstring const& fullTrustPackageRelativeAppId, winrt::hstring const& parameterGroupId);
[Windows.Foundation.Metadata.Overload("LaunchFullTrustProcessForAppWithParametersAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncAction LaunchFullTrustProcessForAppAsync(string fullTrustPackageRelativeAppId, string parameterGroupId);
function launchFullTrustProcessForAppAsync(fullTrustPackageRelativeAppId, parameterGroupId)
Public Shared Function LaunchFullTrustProcessForAppAsync (fullTrustPackageRelativeAppId As String, parameterGroupId As String) As IAsyncAction

Parameter

fullTrustPackageRelativeAppId
String

Platform::String

winrt::hstring

Der relative Prozessanwendungsbezeichner der App, deren vollständige Vertrauensstellungsprozesskomponente der Aufrufer starten möchte. Der voll vertrauenswürdige Prozess kann dies analysieren, um zu bestimmen, welche App sie aufgerufen hat.

parameterGroupId
String

Platform::String

winrt::hstring

Die Parametergruppen-ID für die Parameter, die an den gestarteten Prozess übergeben werden.

Gibt zurück

Die zu erwartende IAsyncAction .

Attribute

Windows-Anforderungen

App-Funktionen
previewHfx

Weitere Informationen

Gilt für: