FullTrustProcessLauncher.LaunchFullTrustProcessForCurrentAppAsync Метод
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
LaunchFullTrustProcessForCurrentAppAsync() |
Запустите процесс полного доверия для текущего идентификатора приложения. |
LaunchFullTrustProcessForCurrentAppAsync(String) |
Запустите процесс полного доверия для текущего идентификатора приложения с параметрами. |
LaunchFullTrustProcessForCurrentAppAsync()
Запустите процесс полного доверия для текущего идентификатора приложения.
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
Возвращаемое значение
Ожидаемая функция IAsyncAction .
- Атрибуты
Требования к Windows
Возможности приложения |
previewHfx
|
См. также раздел
Применяется к
LaunchFullTrustProcessForCurrentAppAsync(String)
Запустите процесс полного доверия для текущего идентификатора приложения с параметрами.
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
Параметры
- parameterGroupId
-
String
Platform::String
winrt::hstring
Идентификатор группы параметров для параметров, которые будут переданы в запущенный процесс.
Возвращаемое значение
Ожидаемая функция IAsyncAction .
- Атрибуты
Требования к Windows
Возможности приложения |
previewHfx
|