Partager via


ChatMessageAttachment.Text Propriété

Définition

Obtient ou définit la représentation encodée de texte de l’objet joint.

public:
 property Platform::String ^ Text { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Text();

void Text(winrt::hstring value);
public string Text { get; set; }
var string = chatMessageAttachment.text;
chatMessageAttachment.text = string;
Public Property Text As String

Valeur de propriété

String

Platform::String

winrt::hstring

Texte de la pièce jointe.

Configuration requise pour Windows

Fonctionnalités de l’application
chat chatSystem smsSend

S’applique à