Partager via


TextResponse.Content Propriété

Définition

Obtient une chaîne représentant une réponse de texte prédéfinie sur le téléphone.

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

Valeur de propriété

String

Platform::String

winrt::hstring

Chaîne représentant une réponse de texte prédéfinie sur le téléphone.

Configuration requise pour Windows

Fonctionnalités de l’application
accessoryManager

Remarques

L’appel de cette API nécessite que les fonctionnalités de ID_CAP_SMS et de ID_CAP_SMS_COMPANION soient spécifiées dans le manifeste de l’application.

S’applique à