FullTrustProcessLauncher.LaunchFullTrustProcessForCurrentAppAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
|