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

適用於