IContactFieldFactory Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates fields that contain information about a contact. Available only to apps that support the Contacts contract.
Note
IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail.
public interface class IContactFieldFactory
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2246218047, 3658, 19006, 137, 148, 64, 106, 231, 237, 100, 110)]
struct IContactFieldFactory
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2246218047, 3658, 19006, 137, 148, 64, 106, 231, 237, 100, 110)]
public interface IContactFieldFactory
Public Interface IContactFieldFactory
- Derived
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
App capabilities |
contactsSystem
|
Methods
CreateField(String, ContactFieldType, ContactFieldCategory) |
Creates a field to contain information about a contact. Note IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail. |
CreateField(String, ContactFieldType) |
Creates a field to contain information about a contact. Note IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail. |
CreateField(String, String, ContactFieldType, ContactFieldCategory) |
Creates a field to contain information about a contact. Note IContactFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactPhone or ContactEmail. |