次の方法で共有


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 から会話のバッチを非同期的に読み取ります。

適用対象