FullTrustProcessLauncher.LaunchFullTrustProcessForCurrentAppAsync Methode

Definition

Überlädt

LaunchFullTrustProcessForCurrentAppAsync()

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

LaunchFullTrustProcessForCurrentAppAsync(String)

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

LaunchFullTrustProcessForCurrentAppAsync()

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

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

Gibt zurück

Die zu erwartende IAsyncAction .

Attribute

Windows-Anforderungen

App-Funktionen
previewHfx

Weitere Informationen

Gilt für:

LaunchFullTrustProcessForCurrentAppAsync(String)

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

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

Parameter

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: