次の方法で共有


PhoneNumberInfo.PhoneNumber プロパティ

定義

電話番号を取得します。

public:
 property Platform::String ^ PhoneNumber { Platform::String ^ get(); };
winrt::hstring PhoneNumber();
public string PhoneNumber { get; }
var string = phoneNumberInfo.phoneNumber;
Public ReadOnly Property PhoneNumber As String

プロパティ値

String

Platform::String

winrt::hstring

電話番号。

適用対象