次の方法で共有


SmsAppMessage.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 = smsAppMessage.body;
smsAppMessage.body = string;
Public Property Body As String

プロパティ値

String

Platform::String

winrt::hstring

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

Windows の要件

アプリの機能
cellularMessaging sms

適用対象