다음을 통해 공유


ChatSearchReader 클래스

정의

ChatMessageStore에서 채팅 메시지를 검색하는 기능을 제공합니다.

public ref class ChatSearchReader 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 ChatSearchReader 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 ChatSearchReader
Public NotInheritable Class ChatSearchReader
상속
Object Platform::Object IInspectable ChatSearchReader
특성

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

설명

ChatMessageStore.GetSearchReader 메서드를 호출하여 이 클래스의 instance 가져옵니다.

메서드

ReadBatchAsync()

검색 조건과 일치하는 찾은 항목의 일괄 처리를 반환합니다.

ReadBatchAsync(Int32)

검색 조건과 일치하는 찾은 항목의 일괄 처리를 반환합니다.

적용 대상