Поделиться через


FullTrustProcessLauncher.LaunchFullTrustProcessForAppWithArgumentsAsync Метод

Определение

Запустите процесс полного доверия для указанного идентификатора приложения с указанными параметрами командной строки.

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)

Параметры

fullTrustPackageRelativeAppId
String

Platform::String

winrt::hstring

Идентификатор приложения, относящееся к процессу, для приложения, компонент процесса с полным доверием которого хочет запустить вызывающий объект. Процесс с полным доверием может проанализировать этот процесс, чтобы определить, какое приложение его вызвало.

commandLine
String

Platform::String

winrt::hstring

Аргументы командной строки, с помощью которых запускается процесс.

Возвращаемое значение

Асинхронная операция, возвращающая FullTrustProcessLaunchResult после завершения.

Атрибуты

Требования к Windows

Семейство устройств
Windows Desktop Extension SDK (появилось в 10.0.22000.0)
API contract
Windows.ApplicationModel.FullTrustAppContract (появилось в v2.0)

Применяется к