TextResponse.Content 属性

定义

获取表示手机上的预设文本响应的字符串。

public:
 property Platform::String ^ Content { Platform::String ^ get(); };
winrt::hstring Content();
public string Content { get; }
var string = textResponse.content;
Public ReadOnly Property Content As String

属性值

String

Platform::String

winrt::hstring

表示手机上预设文本响应的字符串。

Windows 要求

应用功能
accessoryManager

注解

调用此 API 需要在应用程序清单中指定 ID_CAP_SMSID_CAP_SMS_COMPANION 功能。

适用于