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]
|
欄位
名稱 | 值 | Description |
---|---|---|
Version2_1 | 0 | 2.1 版 |
Version3 | 1 | 3.0 版 |
備註
vCard 是電子名片的檔案格式標準。