ContactFieldFactory
ContactFieldFactory
ContactFieldFactory
ContactFieldFactory
ContactFieldFactory
Class
Definition
Creates fields that contain information about a contact. You can then add these fields to a Contact object to create the contact. This class is available only to apps that support the Contact contract.
In This Article
public : sealed class ContactFieldFactory : IContactFieldFactory, IContactInstantMessageFieldFactory, IContactLocationFieldFactory
struct winrt::Windows::ApplicationModel::Contacts::ContactFieldFactory : IContactFieldFactory, IContactInstantMessageFieldFactory, IContactLocationFieldFactory
public sealed class ContactFieldFactory : IContactFieldFactory, IContactInstantMessageFieldFactory, IContactLocationFieldFactory
Public NotInheritable Class ContactFieldFactory Implements IContactFieldFactory, IContactInstantMessageFieldFactory, IContactLocationFieldFactory
var contactFieldFactory = new contactFieldFactory();
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)
Capabilities
contactsSystem
Constructors
Methods
CreateField(String, String, ContactFieldType, ContactFieldCategory)
CreateField(String, String, ContactFieldType, ContactFieldCategory)
CreateField(String, String, ContactFieldType, ContactFieldCategory)
CreateField(String, String, ContactFieldType, ContactFieldCategory)
CreateField(String, String, ContactFieldType, ContactFieldCategory)
Creates a field to contain information about a contact.
CreateField(String, ContactFieldType)
CreateField(String, ContactFieldType)
CreateField(String, ContactFieldType)
CreateField(String, ContactFieldType)
CreateField(String, ContactFieldType)
Creates a field to contain information about a contact.
CreateField(String, ContactFieldType, ContactFieldCategory)
CreateField(String, ContactFieldType, ContactFieldCategory)
CreateField(String, ContactFieldType, ContactFieldCategory)
CreateField(String, ContactFieldType, ContactFieldCategory)
CreateField(String, ContactFieldType, ContactFieldCategory)
Creates a field to contain information about a contact.
CreateInstantMessage(String)
CreateInstantMessage(String)
CreateInstantMessage(String)
CreateInstantMessage(String)
CreateInstantMessage(String)
Creates a field to contain information about a contact's instant messaging account.
CreateInstantMessage(String, ContactFieldCategory)
CreateInstantMessage(String, ContactFieldCategory)
CreateInstantMessage(String, ContactFieldCategory)
CreateInstantMessage(String, ContactFieldCategory)
CreateInstantMessage(String, ContactFieldCategory)
Creates a field to contain information about a contact's instant messaging account.
CreateInstantMessage(String, ContactFieldCategory, String, String, Uri)
CreateInstantMessage(String, ContactFieldCategory, String, String, Uri)
CreateInstantMessage(String, ContactFieldCategory, String, String, Uri)
CreateInstantMessage(String, ContactFieldCategory, String, String, Uri)
CreateInstantMessage(String, ContactFieldCategory, String, String, Uri)
Creates a field to contain information about a contact's instant messaging account.
CreateLocation(String)
CreateLocation(String)
CreateLocation(String)
CreateLocation(String)
CreateLocation(String)
Creates a field to contain information about a contact's location.
CreateLocation(String, ContactFieldCategory)
CreateLocation(String, ContactFieldCategory)
CreateLocation(String, ContactFieldCategory)
CreateLocation(String, ContactFieldCategory)
CreateLocation(String, ContactFieldCategory)
Creates a field to contain information about a contact's location.
CreateLocation(String, ContactFieldCategory, String, String, String, String, String)
CreateLocation(String, ContactFieldCategory, String, String, String, String, String)
CreateLocation(String, ContactFieldCategory, String, String, String, String, String)
CreateLocation(String, ContactFieldCategory, String, String, String, String, String)
CreateLocation(String, ContactFieldCategory, String, String, String, String, String)
Creates a field to contain information about a contact's location.