ContactField Konstruktoren
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.
Überlädt
ContactField(String, ContactFieldType) |
Hinweis IContactFieldFactory kann geändert oder für Releases nach Windows 8.1 nicht mehr verfügbar sein. Verwenden Sie stattdessen ContactPhone oder ContactEmail. Erstellt ein neues ContactField-Objekt. |
ContactField(String, ContactFieldType, ContactFieldCategory) |
Hinweis IContactFieldFactory kann geändert oder für Releases nach Windows 8.1 nicht mehr verfügbar sein. Verwenden Sie stattdessen ContactPhone oder ContactEmail. Erstellt ein neues ContactField-Objekt. |
ContactField(String, String, ContactFieldType, ContactFieldCategory) |
Hinweis IContactFieldFactory kann geändert oder für Releases nach Windows 8.1 nicht mehr verfügbar sein. Verwenden Sie stattdessen ContactPhone oder ContactEmail. Erstellt ein neues ContactField-Objekt. |
ContactField(String, ContactFieldType)
Hinweis
IContactFieldFactory kann geändert oder für Releases nach Windows 8.1 nicht mehr verfügbar sein. Verwenden Sie stattdessen ContactPhone oder ContactEmail.
Erstellt ein neues ContactField-Objekt.
public:
ContactField(Platform::String ^ value, ContactFieldType type);
ContactField(winrt::hstring const& value, ContactFieldType const& type);
public ContactField(string value, ContactFieldType type);
function ContactField(value, type)
Public Sub New (value As String, type As ContactFieldType)
Parameter
- value
-
String
Platform::String
winrt::hstring
Der Wert, den das Feld enthält.
- type
- ContactFieldType
Der Typ der Kontaktdaten.
Windows-Anforderungen
App-Funktionen |
contactsSystem
|
Weitere Informationen
- ContactField(String, ContactFieldType, ContactFieldCategory)
- ContactField(String, String, ContactFieldType, ContactFieldCategory)
Gilt für:
ContactField(String, ContactFieldType, ContactFieldCategory)
Hinweis
IContactFieldFactory kann geändert oder für Releases nach Windows 8.1 nicht mehr verfügbar sein. Verwenden Sie stattdessen ContactPhone oder ContactEmail.
Erstellt ein neues ContactField-Objekt.
public:
ContactField(Platform::String ^ value, ContactFieldType type, ContactFieldCategory category);
ContactField(winrt::hstring const& value, ContactFieldType const& type, ContactFieldCategory const& category);
public ContactField(string value, ContactFieldType type, ContactFieldCategory category);
function ContactField(value, type, category)
Public Sub New (value As String, type As ContactFieldType, category As ContactFieldCategory)
Parameter
- value
-
String
Platform::String
winrt::hstring
Der Wert für das Kontaktfeld.
- type
- ContactFieldType
Der Typ der Kontaktdaten.
- category
- ContactFieldCategory
Die Kategorie, zu der der Kontakt gehört.
Windows-Anforderungen
App-Funktionen |
contactsSystem
|
Weitere Informationen
- ContactField(String, ContactFieldType)
- ContactField(String, String, ContactFieldType, ContactFieldCategory)
Gilt für:
ContactField(String, String, ContactFieldType, ContactFieldCategory)
Hinweis
IContactFieldFactory kann geändert oder für Releases nach Windows 8.1 nicht mehr verfügbar sein. Verwenden Sie stattdessen ContactPhone oder ContactEmail.
Erstellt ein neues ContactField-Objekt.
public:
ContactField(Platform::String ^ name, Platform::String ^ value, ContactFieldType type, ContactFieldCategory category);
ContactField(winrt::hstring const& name, winrt::hstring const& value, ContactFieldType const& type, ContactFieldCategory const& category);
public ContactField(string name, string value, ContactFieldType type, ContactFieldCategory category);
function ContactField(name, value, type, category)
Public Sub New (name As String, value As String, type As ContactFieldType, category As ContactFieldCategory)
Parameter
- name
-
String
Platform::String
winrt::hstring
Der Name des Felds.
- value
-
String
Platform::String
winrt::hstring
Der Wert, den das Feld enthält.
- type
- ContactFieldType
Der Feldtyp.
- category
- ContactFieldCategory
Die Kategorie, zu der das Feld gehört.
Windows-Anforderungen
App-Funktionen |
contactsSystem
|