DeviceInformationPairing クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
情報が含まれており、デバイスのペアリングを有効にします。
public ref class DeviceInformationPairing 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 DeviceInformationPairing 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 DeviceInformationPairing
Public NotInheritable Class DeviceInformationPairing
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
注釈
バージョン履歴
Windows のバージョン | SDK バージョン | 追加された値 |
---|---|---|
1511 | 10586 | Custom |
1511 | 10586 | PairAsync(DevicePairingProtectionLevel,IDevicePairingSettings) |
1511 | 10586 | ProtectionLevel |
1511 | 10586 | TryRegisterForAllInboundPairingRequests |
1511 | 10586 | UnpairAsync |
1809 | 17763 | TryRegisterForAllInboundPairingRequestsWithProtectionLevel |
プロパティ
CanPair |
デバイスをペアリングできるかどうかを示す値を取得します。 |
Custom |
カスタム ペアリングに必要な DeviceInformationCustomPairing オブジェクトを 取得します。 |
IsPaired |
デバイスが現在ペアになっているかどうかを示す値を取得します。 |
ProtectionLevel |
デバイスのペアリングに使用される保護レベルを取得します。 |
メソッド
PairAsync() |
デバイスのペアリングを試みます。 |
PairAsync(DevicePairingProtectionLevel) |
指定されたレベルの保護を使用してデバイスのペアリングを試みます。 |
PairAsync(DevicePairingProtectionLevel, IDevicePairingSettings) |
指定した保護レベルとカスタム設定を使用して、デバイス オブジェクトのペアリングを試みます。 |
TryRegisterForAllInboundPairingRequests(DevicePairingKinds) |
すべての受信ペアリング要求を処理するアプリケーションを登録します。 |
TryRegisterForAllInboundPairingRequestsWithProtectionLevel(DevicePairingKinds, DevicePairingProtectionLevel) |
指定された最小レベルの保護を使用して、すべての受信ペアリング要求を処理するようにアプリケーションを登録します。 |
UnpairAsync() |
デバイスのペアリング解除を試みます。 |