Freigeben über


ContactFieldFactory.CreateField Methode

Definition

Überlädt

CreateField(String, ContactFieldType)

Erstellt ein Feld, das Informationen zu einem Kontakt enthält.

Hinweis

IContactFieldFactory kann für Releases nach Windows 8.1 geändert oder nicht mehr verfügbar sein. Verwenden Sie stattdessen ContactPhone oder ContactEmail.

CreateField(String, ContactFieldType, ContactFieldCategory)

Erstellt ein Feld, das Informationen zu einem Kontakt enthält.

Hinweis

IContactFieldFactory kann für Releases nach Windows 8.1 geändert oder nicht mehr verfügbar sein. Verwenden Sie stattdessen ContactPhone oder ContactEmail.

CreateField(String, String, ContactFieldType, ContactFieldCategory)

Erstellt ein Feld, das Informationen zu einem Kontakt enthält.

Hinweis

IContactFieldFactory kann für Releases nach Windows 8.1 geändert oder nicht mehr verfügbar sein. Verwenden Sie stattdessen ContactPhone oder ContactEmail.

CreateField(String, ContactFieldType)

Erstellt ein Feld, das Informationen zu einem Kontakt enthält.

Hinweis

IContactFieldFactory kann für Releases nach Windows 8.1 geändert oder nicht mehr verfügbar sein. Verwenden Sie stattdessen ContactPhone oder ContactEmail.

public:
 virtual ContactField ^ CreateField(Platform::String ^ value, ContactFieldType type) = CreateField;
/// [Windows.Foundation.Metadata.Overload("CreateField_Default")]
ContactField CreateField(winrt::hstring const& value, ContactFieldType const& type);
[Windows.Foundation.Metadata.Overload("CreateField_Default")]
public ContactField CreateField(string value, ContactFieldType type);
function createField(value, type)
Public Function CreateField (value As String, type As ContactFieldType) As ContactField

Parameter

value
String

Platform::String

winrt::hstring

Der Wert für das Feld.

type
ContactFieldType

Der Feldtyp.

Gibt zurück

Enthält ein Feld, das Sie einem Contact-Objekt hinzufügen können.

Implementiert

M:Windows.ApplicationModel.Contacts.IContactFieldFactory.CreateField(System.String,Windows.ApplicationModel.Contacts.ContactFieldType) M:Windows.ApplicationModel.Contacts.IContactFieldFactory.CreateField(Platform::String,Windows.ApplicationModel.Contacts.ContactFieldType) M:Windows.ApplicationModel.Contacts.IContactFieldFactory.CreateField(winrt::hstring,Windows.ApplicationModel.Contacts.ContactFieldType)
Attribute

Windows-Anforderungen

App-Funktionen
contactsSystem

Weitere Informationen

Gilt für:

CreateField(String, ContactFieldType, ContactFieldCategory)

Erstellt ein Feld, das Informationen zu einem Kontakt enthält.

Hinweis

IContactFieldFactory kann für Releases nach Windows 8.1 geändert oder nicht mehr verfügbar sein. Verwenden Sie stattdessen ContactPhone oder ContactEmail.

public:
 virtual ContactField ^ CreateField(Platform::String ^ value, ContactFieldType type, ContactFieldCategory category) = CreateField;
/// [Windows.Foundation.Metadata.Overload("CreateField_Category")]
ContactField CreateField(winrt::hstring const& value, ContactFieldType const& type, ContactFieldCategory const& category);
[Windows.Foundation.Metadata.Overload("CreateField_Category")]
public ContactField CreateField(string value, ContactFieldType type, ContactFieldCategory category);
function createField(value, type, category)
Public Function CreateField (value As String, type As ContactFieldType, category As ContactFieldCategory) As ContactField

Parameter

value
String

Platform::String

winrt::hstring

Der Wert für das Feld.

type
ContactFieldType

Der Feldtyp.

category
ContactFieldCategory

Die Kategorie, zu der das Feld gehört.

Gibt zurück

Enthält ein Feld, das Sie einem Contact-Objekt hinzufügen können.

Implementiert

M:Windows.ApplicationModel.Contacts.IContactFieldFactory.CreateField(System.String,Windows.ApplicationModel.Contacts.ContactFieldType,Windows.ApplicationModel.Contacts.ContactFieldCategory) M:Windows.ApplicationModel.Contacts.IContactFieldFactory.CreateField(Platform::String,Windows.ApplicationModel.Contacts.ContactFieldType,Windows.ApplicationModel.Contacts.ContactFieldCategory) M:Windows.ApplicationModel.Contacts.IContactFieldFactory.CreateField(winrt::hstring,Windows.ApplicationModel.Contacts.ContactFieldType,Windows.ApplicationModel.Contacts.ContactFieldCategory)
Attribute

Windows-Anforderungen

App-Funktionen
contactsSystem

Weitere Informationen

Gilt für:

CreateField(String, String, ContactFieldType, ContactFieldCategory)

Erstellt ein Feld, das Informationen zu einem Kontakt enthält.

Hinweis

IContactFieldFactory kann für Releases nach Windows 8.1 geändert oder nicht mehr verfügbar sein. Verwenden Sie stattdessen ContactPhone oder ContactEmail.

public:
 virtual ContactField ^ CreateField(Platform::String ^ name, Platform::String ^ value, ContactFieldType type, ContactFieldCategory category) = CreateField;
/// [Windows.Foundation.Metadata.Overload("CreateField_Custom")]
ContactField CreateField(winrt::hstring const& name, winrt::hstring const& value, ContactFieldType const& type, ContactFieldCategory const& category);
[Windows.Foundation.Metadata.Overload("CreateField_Custom")]
public ContactField CreateField(string name, string value, ContactFieldType type, ContactFieldCategory category);
function createField(name, value, type, category)
Public Function CreateField (name As String, value As String, type As ContactFieldType, category As ContactFieldCategory) As ContactField

Parameter

name
String

Platform::String

winrt::hstring

Der Name des Felds.

value
String

Platform::String

winrt::hstring

Der Wert des Felds.

type
ContactFieldType

Der Feldtyp.

category
ContactFieldCategory

Die Kategorie, zu der das Feld gehört.

Gibt zurück

Enthält ein Feld, das Sie einem Contact-Objekt hinzufügen können.

Implementiert

M:Windows.ApplicationModel.Contacts.IContactFieldFactory.CreateField(System.String,System.String,Windows.ApplicationModel.Contacts.ContactFieldType,Windows.ApplicationModel.Contacts.ContactFieldCategory) M:Windows.ApplicationModel.Contacts.IContactFieldFactory.CreateField(Platform::String,Platform::String,Windows.ApplicationModel.Contacts.ContactFieldType,Windows.ApplicationModel.Contacts.ContactFieldCategory) M:Windows.ApplicationModel.Contacts.IContactFieldFactory.CreateField(winrt::hstring,winrt::hstring,Windows.ApplicationModel.Contacts.ContactFieldType,Windows.ApplicationModel.Contacts.ContactFieldCategory)
Attribute

Windows-Anforderungen

App-Funktionen
contactsSystem

Weitere Informationen

Gilt für: