IContactLocationFieldFactory 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 for a contact's location.
Note
IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress.
public interface class IContactLocationFieldFactory
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4154012375, 12255, 17406, 143, 24, 65, 137, 115, 144, 188, 254)]
struct IContactLocationFieldFactory
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(4154012375, 12255, 17406, 143, 24, 65, 137, 115, 144, 188, 254)]
public interface IContactLocationFieldFactory
Public Interface IContactLocationFieldFactory
- 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
CreateLocation(String, ContactFieldCategory, String, String, String, String, String) |
Creates a field to contain information about a contact's location. Note IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress. |
CreateLocation(String, ContactFieldCategory) |
Creates a field to contain information about a contact's location. Note IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress. |
CreateLocation(String) |
Creates a field to contain information about a contact's location. Note IContactLocationFieldFactory may be altered or unavailable for releases after Windows 8.1. Instead, use ContactAddress. |