VCardFormat Enumeration
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Das Format einer 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
- Vererbung
-
VCardFormat
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows Mobile Extension SDK (eingeführt in 10.0.10240.0)
|
API contract |
Windows.Phone.PhoneContract (eingeführt in v1.0)
|
App-Funktionen |
ID_CAP_CONTACTS [Windows Phone]
|
Felder
Name | Wert | Beschreibung |
---|---|---|
Version2_1 | 0 | Version 2.1 |
Version3 | 1 | Version 3.0 |
Hinweise
vCard ist ein Dateiformatstandard für elektronische Visitenkarten.