Share via


FullTrustProcessLauncher.LaunchFullTrustProcessForAppAsync Metodo

Definizione

Overload

LaunchFullTrustProcessForAppAsync(String)

Avviare il processo di attendibilità completa per l'ID applicazione specificato.

LaunchFullTrustProcessForAppAsync(String, String)

Avviare il processo di attendibilità completa per l'ID applicazione specificato, con parametri.

LaunchFullTrustProcessForAppAsync(String)

Avviare il processo di attendibilità completa per l'ID applicazione specificato.

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

Parametri

fullTrustPackageRelativeAppId
String

Platform::String

winrt::hstring

Identificatore dell'applicazione relativa del processo dell'app il cui componente del processo di attendibilità totale che il chiamante vuole avviare. Il processo di attendibilità completa può analizzarlo per determinare l'app richiamata.

Restituisce

IAsyncAction da attendere.

Attributi

Requisiti Windows

Funzionalità dell'app
previewHfx

Vedi anche

Si applica a

LaunchFullTrustProcessForAppAsync(String, String)

Avviare il processo di attendibilità completa per l'ID applicazione specificato, con parametri.

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

Parametri

fullTrustPackageRelativeAppId
String

Platform::String

winrt::hstring

Identificatore dell'applicazione relativa del processo dell'app il cui componente del processo di attendibilità totale che il chiamante vuole avviare. Il processo di attendibilità completa può analizzarlo per determinare l'app richiamata.

parameterGroupId
String

Platform::String

winrt::hstring

ID del gruppo di parametri per i parametri che verranno passati al processo avviato.

Restituisce

IAsyncAction da attendere.

Attributi

Requisiti Windows

Funzionalità dell'app
previewHfx

Vedi anche

Si applica a