共用方式為


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物件。

注意

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, 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

另請參閱

適用於