ContactLocationField.UnstructuredAddress プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
非構造化アドレスを表す文字列を取得します。
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
プロパティ値
非構造化形式の連絡先のアドレス。
Windows の要件
アプリの機能 |
contactsSystem
|
注釈
連絡先提供アプリケーションに住所が含まれているが、 PostalCode や City などの要素が指定されていない場合、データは UnstructuredAddress プロパティに格納されます。