ChatConversationReader 类

定义

提供从 ChatMessageStore 读取聊天批的功能。

public ref class ChatConversationReader 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 ChatConversationReader 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 ChatConversationReader
Public NotInheritable Class ChatConversationReader
继承
Object Platform::Object IInspectable ChatConversationReader
属性

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 blockedChatMessages chatSystem smsSend

方法

ReadBatchAsync()

ChatMessageStore 异步读取一批聊天。

ReadBatchAsync(Int32)

ChatMessageStore 异步读取一批聊天。

适用于