DeviceInformationPairing クラス

定義

情報が含まれており、デバイスのペアリングを有効にします。

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
継承
Object Platform::Object IInspectable 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()

デバイスのペアリング解除を試みます。

適用対象