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() |
嘗試取消配對裝置。 |