Condividi tramite


ChatMessage.From Proprietà

Definizione

Ottiene l'identificatore o l'indirizzo del mittente del messaggio.

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

void From(winrt::hstring value);
public string From { get; set; }
var string = chatMessage.from;
chatMessage.from = string;
Public Property From As String

Valore della proprietà

String

Platform::String

winrt::hstring

Mittente del messaggio.

Requisiti Windows

Funzionalità dell'app
chat chatSystem smsSend

Si applica a