ContactLocationField.Street 属性

定义

获取联系人的街道。

注意

Windows 8.1后,ContactLocationField 可能会更改或不可用。 请改用 ContactAddress

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

属性值

String

Platform::String

winrt::hstring

联系人的街道。

Windows 要求

应用功能
contactsSystem

适用于