FullTrustProcessLauncher.LaunchFullTrustProcessForAppAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
LaunchFullTrustProcessForAppAsync(String) |
啟動指定之應用程式識別碼的完整信任程式。 |
LaunchFullTrustProcessForAppAsync(String, String) |
使用參數啟動指定之應用程式識別碼的完整信任程式。 |
LaunchFullTrustProcessForAppAsync(String)
啟動指定之應用程式識別碼的完整信任程式。
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
參數
- fullTrustPackageRelativeAppId
-
String
Platform::String
winrt::hstring
應用程式的進程相對應用程式識別碼,其呼叫端想要啟動其完全信任進程元件。 完全信任程式可以剖析此程式,以判斷叫用它的應用程式。
傳回
要等候的 IAsyncAction 。
- 屬性
Windows 需求
應用程式功能 |
previewHfx
|
另請參閱
適用於
LaunchFullTrustProcessForAppAsync(String, String)
使用參數啟動指定之應用程式識別碼的完整信任程式。
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
參數
- fullTrustPackageRelativeAppId
-
String
Platform::String
winrt::hstring
應用程式的進程相對應用程式識別碼,其呼叫端想要啟動其完全信任進程元件。 完全信任程式可以剖析此程式,以判斷叫用它的應用程式。
- parameterGroupId
-
String
Platform::String
winrt::hstring
將傳遞至已啟動進程之參數的參數群組識別碼。
傳回
要等候的 IAsyncAction 。
- 屬性
Windows 需求
應用程式功能 |
previewHfx
|