共用方式為


DialApp.RequestLaunchAsync(String) 方法

定義

起始在遠端裝置上啟動應用程式。 呼叫此方法時,會視需要配對 DialDevice 、提示使用者允許存取裝置、建立連線、在裝置上驗證應用程式存在,最後會使用提供的引數啟動應用程式。

public:
 virtual IAsyncOperation<DialAppLaunchResult> ^ RequestLaunchAsync(Platform::String ^ appArgument) = RequestLaunchAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<DialAppLaunchResult> RequestLaunchAsync(winrt::hstring const& appArgument);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<DialAppLaunchResult> RequestLaunchAsync(string appArgument);
function requestLaunchAsync(appArgument)
Public Function RequestLaunchAsync (appArgument As String) As IAsyncOperation(Of DialAppLaunchResult)

參數

appArgument
String

Platform::String

winrt::hstring

選擇性。

傳回

指出嘗試啟動應用程式的結果。

屬性

備註

這個方法必須從 UI 執行緒呼叫,否則會擲回例外狀況。 若要從另一個執行緒分派對 UI 執行緒的呼叫,您可以使用 CoreDispatcher.RunAsync

適用於

另請參閱