IContactLocationFieldFactory Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Crée des champs pour l’emplacement d’un contact.
Notes
IContactLocationFieldFactory peut être modifié ou indisponible pour les versions après Windows 8.1. Utilisez plutôt 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
- Dérivé
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Fonctionnalités de l’application |
contactsSystem
|
Méthodes
CreateLocation(String, ContactFieldCategory, String, String, String, String, String) |
Crée un champ pour contenir des informations sur l’emplacement d’un contact. Notes IContactLocationFieldFactory peut être modifié ou indisponible pour les versions après Windows 8.1. Utilisez plutôt ContactAddress. |
CreateLocation(String, ContactFieldCategory) |
Crée un champ pour contenir des informations sur l’emplacement d’un contact. Notes IContactLocationFieldFactory peut être modifié ou indisponible pour les versions après Windows 8.1. Utilisez plutôt ContactAddress. |
CreateLocation(String) |
Crée un champ pour contenir des informations sur l’emplacement d’un contact. Notes IContactLocationFieldFactory peut être modifié ou indisponible pour les versions après Windows 8.1. Utilisez plutôt ContactAddress. |