次の方法で共有


ContactLocationField.Street プロパティ

定義

連絡先の通りを取得します。

注意

contactLocationField は、Windows 8.1後のリリースで変更または使用できない場合があります。 代わりに、 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

適用対象