다음을 통해 공유


IContactLocationFieldFactory.CreateLocation 메서드

정의

오버로드

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:
 ContactLocationField ^ CreateLocation(Platform::String ^ unstructuredAddress);
/// [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)

연락처의 위치에 대한 정보를 포함하는 필드를 만듭니다.

참고

IContactLocationFieldFactory는 Windows 8.1 후 릴리스에 대해 변경되거나 사용할 수 없습니다. 대신 ContactAddress를 사용합니다.

public:
 ContactLocationField ^ CreateLocation(Platform::String ^ unstructuredAddress, ContactFieldCategory category);
/// [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, ContactFieldCategory, String, String, String, String, String)

연락처의 위치에 대한 정보를 포함하는 필드를 만듭니다.

참고

IContactLocationFieldFactory는 Windows 8.1 후 릴리스에 대해 변경되거나 사용할 수 없습니다. 대신 ContactAddress를 사용합니다.

public:
 ContactLocationField ^ CreateLocation(Platform::String ^ unstructuredAddress, ContactFieldCategory category, Platform::String ^ street, Platform::String ^ city, Platform::String ^ region, Platform::String ^ country, Platform::String ^ postalCode);
/// [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

추가 정보

적용 대상