ContactLocationField 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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
|