次の方法で共有


SmsTextMessage2.Body プロパティ

定義

テキスト メッセージの本文を取得または設定します。

public:
 property Platform::String ^ Body { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Body();

void Body(winrt::hstring value);
public string Body { get; set; }
var string = smsTextMessage2.body;
smsTextMessage2.body = string;
Public Property Body As String

プロパティ値

String

Platform::String

winrt::hstring

文字列としてのメッセージのプレーン テキスト本文。

Windows の要件

アプリの機能
cellularMessaging sms

適用対象