ContactLocationField Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
ContactLocationField(String) |
Создает новый объект ContactLocationField. Примечание IContactLocationFieldFactory может быть изменен или недоступен для выпусков после Windows 8.1. Вместо этого используйте ContactAddress. |
ContactLocationField(String, ContactFieldCategory) |
Создает новый объект ContactLocationField. Примечание IContactLocationFieldFactory может быть изменен или недоступен для выпусков после Windows 8.1. Вместо этого используйте ContactAddress. |
ContactLocationField(String, ContactFieldCategory, String, String, String, String, String) |
Создает новый объект ContactLocationField. Примечание IContactLocationFieldFactory может быть изменен или недоступен для выпусков после Windows 8.1. Вместо этого используйте ContactAddress. |
ContactLocationField(String)
Создает новый объект ContactLocationField.
Примечание
IContactLocationFieldFactory может быть изменен или недоступен для выпусков после Windows 8.1. Вместо этого используйте ContactAddress.
public:
ContactLocationField(Platform::String ^ unstructuredAddress);
ContactLocationField(winrt::hstring const& unstructuredAddress);
public ContactLocationField(string unstructuredAddress);
function ContactLocationField(unstructuredAddress)
Public Sub New (unstructuredAddress As String)
Параметры
- unstructuredAddress
-
String
Platform::String
winrt::hstring
Адрес контакта в неструктурированном формате.
Требования к Windows
Возможности приложения |
contactsSystem
|
См. также раздел
- ContactLocationField(String, ContactFieldCategory)
- ContactLocationField(String, ContactFieldCategory, String, String, String, String, String)
Применяется к
ContactLocationField(String, ContactFieldCategory)
Создает новый объект ContactLocationField.
Примечание
IContactLocationFieldFactory может быть изменен или недоступен для выпусков после Windows 8.1. Вместо этого используйте ContactAddress.
public:
ContactLocationField(Platform::String ^ unstructuredAddress, ContactFieldCategory category);
ContactLocationField(winrt::hstring const& unstructuredAddress, ContactFieldCategory const& category);
public ContactLocationField(string unstructuredAddress, ContactFieldCategory category);
function ContactLocationField(unstructuredAddress, category)
Public Sub New (unstructuredAddress As String, category As ContactFieldCategory)
Параметры
- unstructuredAddress
-
String
Platform::String
winrt::hstring
Адрес контакта в неструктурированном формате.
- category
- ContactFieldCategory
Категория, к которой принадлежит поле.
Требования к Windows
Возможности приложения |
contactsSystem
|
См. также раздел
- ContactLocationField(String)
- ContactLocationField(String, ContactFieldCategory, String, String, String, String, String)
Применяется к
ContactLocationField(String, ContactFieldCategory, String, String, String, String, String)
Создает новый объект ContactLocationField.
Примечание
IContactLocationFieldFactory может быть изменен или недоступен для выпусков после Windows 8.1. Вместо этого используйте ContactAddress.
public:
ContactLocationField(Platform::String ^ unstructuredAddress, ContactFieldCategory category, Platform::String ^ street, Platform::String ^ city, Platform::String ^ region, Platform::String ^ country, Platform::String ^ postalCode);
ContactLocationField(winrt::hstring const& unstructuredAddress, ContactFieldCategory const& category, winrt::hstring const& street, winrt::hstring const& city, winrt::hstring const& region, winrt::hstring const& country, winrt::hstring const& postalCode);
public ContactLocationField(string unstructuredAddress, ContactFieldCategory category, string street, string city, string region, string country, string postalCode);
function ContactLocationField(unstructuredAddress, category, street, city, region, country, postalCode)
Public Sub New (unstructuredAddress As String, category As ContactFieldCategory, street As String, city As String, region As String, country As String, postalCode As String)
Параметры
- unstructuredAddress
-
String
Platform::String
winrt::hstring
Адрес контакта в неструктурированном формате.
- category
- ContactFieldCategory
Категория контактных данных.
- street
-
String
Platform::String
winrt::hstring
Почтовый адрес контакта.
- city
-
String
Platform::String
winrt::hstring
Название города для адреса этого контакта.
- region
-
String
Platform::String
winrt::hstring
Имя региона для адреса этого контакта.
- country
-
String
Platform::String
winrt::hstring
Название страны для адреса этого контакта.
- postalCode
-
String
Platform::String
winrt::hstring
Почтовый индекс для адреса этого контакта.
Требования к Windows
Возможности приложения |
contactsSystem
|