VCardFormat 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
vCard 的格式。
public enum class VCardFormat
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class VCardFormat
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum VCardFormat
var value = Windows.Phone.PersonalInformation.VCardFormat.version2_1
Public Enum VCardFormat
- 继承
-
VCardFormat
- 属性
Windows 要求
设备系列 |
Windows Mobile Extension SDK (在 10.0.10240.0 中引入)
|
API contract |
Windows.Phone.PhoneContract (在 v1.0 中引入)
|
应用功能 |
ID_CAP_CONTACTS [Windows Phone]
|
字段
Version2_1 | 0 | 版本 2.1 |
Version3 | 1 | 版本 3.0 |
注解
vCard 是电子名片的文件格式标准。