ContactLocationField コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
ContactLocationField(String) |
新しい ContactLocationField オブジェクトを作成します。 Note IContactLocationFieldFactory は、Windows 8.1後にリリースで変更または使用できない場合があります。 代わりに、 ContactAddress を使用します。 |
ContactLocationField(String, ContactFieldCategory) |
新しい ContactLocationField オブジェクトを作成します。 Note IContactLocationFieldFactory は、Windows 8.1後にリリースで変更または使用できない場合があります。 代わりに、 ContactAddress を使用します。 |
ContactLocationField(String, ContactFieldCategory, String, String, String, String, String) |
新しい ContactLocationField オブジェクトを作成します。 Note IContactLocationFieldFactory は、Windows 8.1後にリリースで変更または使用できない場合があります。 代わりに、 ContactAddress を使用します。 |
ContactLocationField(String)
新しい ContactLocationField オブジェクトを作成します。
Note
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 オブジェクトを作成します。
Note
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 オブジェクトを作成します。
Note
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
|