共用方式為


TextResponse 類別

定義

取得 物件,其中包含電話上預設的唯一識別碼和字串文字回應。 當使用者拒絕存取項上的電話時,可以選擇性地傳送這些訊息。 這些物件會傳送為 PhoneNotificationTriggerDetails 的一部分,而且一律會在通話時保持最新狀態。

public ref class TextResponse sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
class TextResponse final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public sealed class TextResponse
Public NotInheritable Class TextResponse
繼承
Object Platform::Object IInspectable TextResponse
屬性

Windows 需求

裝置系列
Windows Mobile Extension SDK (已於 10.0.10240.0 引進)
API contract
Windows.Phone.PhoneContract (已於 v1.0 引進)
應用程式功能
accessoryManager

備註

呼叫此 API 需要應用程式資訊清單中指定 ID_CAP_SMSID_CAP_SMS_COMPANION 功能。

屬性

Content

取得字串,表示手機上的預設文字回應。

Id

取得可唯一識別文字回應的識別碼。

適用於