PhoneLineTransport 枚举

定义

特定电话线路使用的传输。

public enum class PhoneLineTransport
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Calls.CallsPhoneContract, 65536)]
enum class PhoneLineTransport
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Calls.CallsPhoneContract), 65536)]
public enum PhoneLineTransport
var value = Windows.ApplicationModel.Calls.PhoneLineTransport.cellular
Public Enum PhoneLineTransport
继承
PhoneLineTransport
属性

Windows 要求

设备系列
Windows Mobile Extension SDK (在 10.0.10240.0 中引入)
API contract
Windows.ApplicationModel.Calls.CallsPhoneContract (在 v1.0 中引入)
应用功能
phoneCallHistory phoneCallHistorySystem

字段

Bluetooth 2

电话线使用蓝牙传输。

Cellular 0

电话线使用手机网络传输。

VoipApp 1

电话线使用 IP 传输的语音。

注解

版本历史记录

Windows 版本 SDK 版本 已添加值
1903 18362 Bluetooth

适用于