DeviceInformationCustomPairing 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示 DeviceInformation 对象的自定义配对。
public ref class DeviceInformationCustomPairing sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class DeviceInformationCustomPairing final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class DeviceInformationCustomPairing
Public NotInheritable Class DeviceInformationCustomPairing
- 继承
- 属性
Windows 要求
设备系列 |
Windows 10 (在 10.0.10586.0 中引入)
|
API contract |
Windows.Foundation.UniversalApiContract (在 v2.0 中引入)
|
方法
AddPairingSetMember(DeviceInformation) |
为蓝牙 LE 和 IPP 样式打印机) 添加配对集 (的成员。 有关详细信息和代码示例,请参阅 将集与 DeviceInformationPairing.Custom 属性配对。 |
PairAsync(DevicePairingKinds) |
尝试配对设备。 |
PairAsync(DevicePairingKinds, DevicePairingProtectionLevel) |
尝试使用最低保护级别配对设备。 |
PairAsync(DevicePairingKinds, DevicePairingProtectionLevel, IDevicePairingSettings) |
尝试使用最低保护级别和自定义设置配对设备。 |
事件
PairingRequested |
在请求配对操作时引发。 |
PairingSetMembersRequested |
在请求配对集的成员 () 时引发。 有关详细信息和代码示例,请参阅 将集与 DeviceInformationPairing.Custom 属性配对。 |