ChatQueryOptions ChatQueryOptions ChatQueryOptions ChatQueryOptions Class

Definition

Represents the criteria for finding chat messages.

public : sealed class ChatQueryOptions : IChatQueryOptionspublic sealed class ChatQueryOptions : IChatQueryOptionsPublic NotInheritable Class ChatQueryOptions Implements IChatQueryOptions// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Constructors

ChatQueryOptions() ChatQueryOptions() ChatQueryOptions() ChatQueryOptions()

Initializes a new instance of the ChatQueryOptions class.

public : ChatQueryOptions()public ChatQueryOptions()Public Sub New()// You can use this method in JavaScript.

Properties

SearchString SearchString SearchString SearchString

Gets or sets the string to search for the in ChatMessageStore.

public : PlatForm::String SearchString { get; set; }public string SearchString { get; set; }Public ReadWrite Property SearchString As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The string to search for the in ChatMessageStore.