共用方式為


ContactLocationField.UnstructuredAddress 屬性

定義

取得表示非結構化位址的字串。

注意

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 屬性中。

適用於