Condividi tramite


ChatMessageAttachment.Text Proprietà

Definizione

Ottiene o imposta la rappresentazione codificata del testo dell'oggetto allegato.

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

Valore della proprietà

String

Platform::String

winrt::hstring

Testo dell'allegato.

Requisiti Windows

Funzionalità dell'app
chat chatSystem smsSend

Si applica a