PhoneIncomingCallDismissedTriggerDetails.TextReplyMessage 属性

定义

回复的文本消息 ((如果可用) )。

public:
 property Platform::String ^ TextReplyMessage { Platform::String ^ get(); };
winrt::hstring TextReplyMessage();
/// [get: Windows.Foundation.Metadata.Deprecated("PhoneIncomingCallDismissedTriggerDetails is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.ApplicationModel.Calls.Background.CallsBackgroundContract")]
winrt::hstring TextReplyMessage();
public string TextReplyMessage { get; }
public string TextReplyMessage { [Windows.Foundation.Metadata.Deprecated("PhoneIncomingCallDismissedTriggerDetails is deprecated and might not work for all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.ApplicationModel.Calls.Background.CallsBackgroundContract")] get; }
var string = phoneIncomingCallDismissedTriggerDetails.textReplyMessage;
Public ReadOnly Property TextReplyMessage As String

属性值

String

Platform::String

winrt::hstring

表示答复的文本消息的字符串。

属性

适用于