IContactFieldFactory interface

This topic has not yet been rated - Rate this topic

Creates fields that contain information about a contact. Available only to apps that support the Contacts contract.

Syntax


public interface IContactFieldFactory

Attributes

GuidAttribute("85e2913f-0e4a-4a3e-8994-406ae7ed646e")
VersionAttribute(NTDDI_WIN8)

Members

The IContactFieldFactory interface has these types of members:

Methods

The IContactFieldFactory interface has these methods. It also inherits methods from the Object class.

MethodDescription
CreateField(String, ContactFieldType) Creates a field to contain information about a contact.
CreateField(String, ContactFieldType, ContactFieldCategory) Creates a field to contain information about a contact.
CreateField(String, String, ContactFieldType, ContactFieldCategory) Creates a field to contain information about a contact.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.ApplicationModel.Contacts
Windows::ApplicationModel::Contacts [C++]

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.