DialDevice クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DIAL アプリを実行できるリモート デバイスを表します。
public ref class DialDevice 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 DialDevice 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 DialDevice
Public NotInheritable Class DialDevice
- 継承
- 属性
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 で導入)
|
注釈
DialDeviceSelected イベントを処理し、DialDeviceSelectedEventArgs.SelectedDialDevice にアクセスするか、DisconnectButtonClicked ハンドラーを処理して DialDisconnectButtonClickedEventArgs.Device プロパティにアクセスして、このクラスのインスタンスを取得します。
バージョン履歴
Windows のバージョン | SDK バージョン | 追加された値 |
---|---|---|
1511 | 10586 | FriendlyName |
1511 | 10586 | サムネイル |
プロパティ
FriendlyName |
DIAL デバイスのフレンドリ名を取得します。 |
Id |
リモート デバイスの ID を取得します。 この ID は 、Windows.Devices.Enumeration API でも使用できます。 |
Thumbnail |
DIAL デバイスのサムネイル イメージを含むストリームを取得します。 |
メソッド
DeviceInfoSupportsDialAsync(DeviceInformation) |
デバイスが DIAL アプリの起動をサポートしているかどうかを示します。 |
FromIdAsync(String) |
特定のデバイス ID (Windows.Devices.Enumeration API を使用してクエリから取得) の DialDevice オブジェクトを返します。 |
GetDeviceSelector(String) |
特定の Dial アプリの Windows.Devices.Enumeration API ( CreateWatcher API など) で使用される AQS フィルター文字列を返します。 |
GetDialApp(String) |
新しい DialApp オブジェクトを作成します。 このメソッドは、デバイスへの接続を確立したり、アプリが存在することを検証したりしません。 これは、結果の DialApp オブジェクトで関数が呼び出されたときに実行されます。 |