다음을 통해 공유


ChatMessage.From 속성

정의

메시지 보낸 사람의 식별자 또는 주소를 가져옵니다.

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

속성 값

String

Platform::String

winrt::hstring

메시지의 보낸 사람입니다.

Windows 요구 사항

앱 기능
chat chatSystem smsSend

적용 대상