ContactFieldFactory.CreateLocation 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
CreateLocation(String) |
연락처의 위치에 대한 정보를 포함하는 필드를 만듭니다. 참고 IContactLocationFieldFactory는 Windows 8.1 후 릴리스에 대해 변경되거나 사용할 수 없습니다. 대신 ContactAddress를 사용합니다. |
CreateLocation(String, ContactFieldCategory) |
연락처의 위치에 대한 정보를 포함하는 필드를 만듭니다. 참고 IContactLocationFieldFactory는 Windows 8.1 후 릴리스에 대해 변경되거나 사용할 수 없습니다. 대신 ContactAddress를 사용합니다. |
CreateLocation(String, ContactFieldCategory, String, String, String, String, String) |
연락처의 위치에 대한 정보를 포함하는 필드를 만듭니다. 참고 IContactLocationFieldFactory는 Windows 8.1 후 릴리스에 대해 변경되거나 사용할 수 없습니다. 대신 ContactAddress를 사용합니다. |
CreateLocation(String)
연락처의 위치에 대한 정보를 포함하는 필드를 만듭니다.
참고
IContactLocationFieldFactory는 Windows 8.1 후 릴리스에 대해 변경되거나 사용할 수 없습니다. 대신 ContactAddress를 사용합니다.
public:
virtual ContactLocationField ^ CreateLocation(Platform::String ^ unstructuredAddress) = CreateLocation;
/// [Windows.Foundation.Metadata.Overload("CreateLocation_Default")]
ContactLocationField CreateLocation(winrt::hstring const& unstructuredAddress);
[Windows.Foundation.Metadata.Overload("CreateLocation_Default")]
public ContactLocationField CreateLocation(string unstructuredAddress);
function createLocation(unstructuredAddress)
Public Function CreateLocation (unstructuredAddress As String) As ContactLocationField
매개 변수
- unstructuredAddress
-
String
Platform::String
winrt::hstring
구조화되지 않은 형식의 연락처 주소입니다.
반환
Contact 개체에 추가할 수 있는 위치 필드를 포함합니다.
구현
- 특성
Windows 요구 사항
앱 기능 |
contactsSystem
|
추가 정보
- CreateLocation(String, ContactFieldCategory)
- CreateLocation(String, ContactFieldCategory, String, String, String, String, String)
적용 대상
CreateLocation(String, ContactFieldCategory)
연락처의 위치에 대한 정보를 포함하는 필드를 만듭니다.
참고
IContactLocationFieldFactory는 Windows 8.1 후 릴리스에 대해 변경되거나 사용할 수 없습니다. 대신 ContactAddress를 사용합니다.
public:
virtual ContactLocationField ^ CreateLocation(Platform::String ^ unstructuredAddress, ContactFieldCategory category) = CreateLocation;
/// [Windows.Foundation.Metadata.Overload("CreateLocation_Category")]
ContactLocationField CreateLocation(winrt::hstring const& unstructuredAddress, ContactFieldCategory const& category);
[Windows.Foundation.Metadata.Overload("CreateLocation_Category")]
public ContactLocationField CreateLocation(string unstructuredAddress, ContactFieldCategory category);
function createLocation(unstructuredAddress, category)
Public Function CreateLocation (unstructuredAddress As String, category As ContactFieldCategory) As ContactLocationField
매개 변수
- unstructuredAddress
-
String
Platform::String
winrt::hstring
구조화되지 않은 형식의 연락처 주소입니다.
- category
- ContactFieldCategory
필드가 속한 범주입니다.
반환
Contact 개체에 추가할 수 있는 위치 필드를 포함합니다.
구현
- 특성
Windows 요구 사항
앱 기능 |
contactsSystem
|
추가 정보
- CreateLocation(String)
- CreateLocation(String, ContactFieldCategory, String, String, String, String, String)
적용 대상
CreateLocation(String, ContactFieldCategory, String, String, String, String, String)
연락처의 위치에 대한 정보를 포함하는 필드를 만듭니다.
참고
IContactLocationFieldFactory는 Windows 8.1 후 릴리스에 대해 변경되거나 사용할 수 없습니다. 대신 ContactAddress를 사용합니다.
public:
virtual ContactLocationField ^ CreateLocation(Platform::String ^ unstructuredAddress, ContactFieldCategory category, Platform::String ^ street, Platform::String ^ city, Platform::String ^ region, Platform::String ^ country, Platform::String ^ postalCode) = CreateLocation;
/// [Windows.Foundation.Metadata.Overload("CreateLocation_All")]
ContactLocationField CreateLocation(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);
[Windows.Foundation.Metadata.Overload("CreateLocation_All")]
public ContactLocationField CreateLocation(string unstructuredAddress, ContactFieldCategory category, string street, string city, string region, string country, string postalCode);
function createLocation(unstructuredAddress, category, street, city, region, country, postalCode)
Public Function CreateLocation (unstructuredAddress As String, category As ContactFieldCategory, street As String, city As String, region As String, country As String, postalCode As String) As ContactLocationField
매개 변수
- 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
주소의 우편 번호입니다.
반환
Contact 개체에 추가할 수 있는 위치 필드를 포함합니다.
구현
- 특성
Windows 요구 사항
앱 기능 |
contactsSystem
|