PhoneIncomingCallDismissedTriggerDetails.TextReplyMessage 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
如果有) ,回復 (的簡訊。
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
屬性值
字串,表示回復的文字訊息。
- 屬性