次の方法で共有


SmsStatusMessage.Body プロパティ

定義

ステータス メッセージの本文を取得します。

public:
 property Platform::String ^ Body { Platform::String ^ get(); };
winrt::hstring Body();
public string Body { get; }
var string = smsStatusMessage.body;
Public ReadOnly Property Body As String

プロパティ値

String

Platform::String

winrt::hstring

メッセージのプレーン テキスト本文。

Windows の要件

アプリの機能
cellularMessaging sms

適用対象