PhoneIncomingCallDismissedTriggerDetails.TextReplyMessage Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Sms de la réponse (le cas échéant).
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
Valeur de propriété
Chaîne représentant le message texte de la réponse.
- Attributs