Share via


ContactLocationField.UnstructuredAddress プロパティ

定義

非構造化アドレスを表す文字列を取得します。

Note

contactLocationField は、Windows 8.1後のリリースで変更または使用できない場合があります。 代わりに、 ContactAddress を使用します

public:
 property Platform::String ^ UnstructuredAddress { Platform::String ^ get(); };
winrt::hstring UnstructuredAddress();
public string UnstructuredAddress { get; }
var string = contactLocationField.unstructuredAddress;
Public ReadOnly Property UnstructuredAddress As String

プロパティ値

String

Platform::String

winrt::hstring

非構造化形式の連絡先のアドレス。

Windows の要件

アプリの機能
contactsSystem

注釈

連絡先提供アプリケーションに住所が含まれているが、 PostalCodeCity などの要素が指定されていない場合、データは UnstructuredAddress プロパティに格納されます。

適用対象