DialApp 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示在遠端裝置上執行的 DIAL 應用程式。
public ref class DialApp sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DialApp final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DialApp
Public NotInheritable Class DialApp
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
藉由存取 GetDialApp 屬性來取得此類別的實例。
屬性
AppName |
取得應用程式的已註冊 DIAL 名稱。 |
方法
GetAppStateAsync() |
取得遠端裝置上應用程式的目前狀態。 |
RequestLaunchAsync(String) |
起始在遠端裝置上啟動應用程式。 呼叫此方法時,會視需要配對 DialDevice 、提示使用者允許存取裝置、建立連線、在裝置上驗證應用程式存在,最後會使用提供的引數啟動應用程式。 |
StopAsync() |
如果遠端裝置支援此功能,則會停止遠端裝置上的應用程式。 |