IContactLocationFieldFactory Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt Felder für den Standort eines Kontakts.
Hinweis
IContactLocationFieldFactory kann geändert oder nicht mehr für Releases verfügbar sein, nachdem Windows 8.1. Verwenden Sie stattdessen 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
- Abgeleitet
- Attribute
Windows-Anforderungen
Gerätefamilie |
Windows 10 (eingeführt in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v1.0)
|
App-Funktionen |
contactsSystem
|
Methoden
CreateLocation(String, ContactFieldCategory, String, String, String, String, String) |
Erstellt ein Feld, das Informationen zum Standort eines Kontakts enthält. Hinweis IContactLocationFieldFactory kann nach Windows 8.1 geändert oder nicht mehr für Releases verfügbar sein. Verwenden Sie stattdessen ContactAddress. |
CreateLocation(String, ContactFieldCategory) |
Erstellt ein Feld, das Informationen zum Standort eines Kontakts enthält. Hinweis IContactLocationFieldFactory kann nach Windows 8.1 geändert oder nicht mehr für Releases verfügbar sein. Verwenden Sie stattdessen ContactAddress. |
CreateLocation(String) |
Erstellt ein Feld, das Informationen zum Standort eines Kontakts enthält. Hinweis IContactLocationFieldFactory kann nach Windows 8.1 geändert oder nicht mehr für Releases verfügbar sein. Verwenden Sie stattdessen ContactAddress. |