다음을 통해 공유


ChatMessageChange 클래스

정의

채팅 메시지의 수정 버전을 나타냅니다.

public ref class ChatMessageChange sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ChatMessageChange final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ChatMessageChange
Public NotInheritable Class ChatMessageChange
상속
Object Platform::Object IInspectable ChatMessageChange
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 (10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v1.0에서 도입되었습니다.)
앱 기능
chat chatSystem smsSend

설명

ReadBatchAsync를 호출하여 이 클래스의 instance 가져옵니다.

속성

ChangeType

채팅 메시지의 변경 유형(예: 생성, 수정 등)을 가져옵니다.

Message

업데이트된 메시지 텍스트를 가져옵니다.

적용 대상