SearchFilterDataSource.FilterData Struct

Definition

Represents a text string, or a selected portion of a text string with start and end positions specified.

public: value class SearchFilterDataSource::FilterData
struct SearchFilterDataSource::FilterData
public struct SearchFilterDataSource.FilterData
type SearchFilterDataSource.FilterData = struct
Public Structure SearchFilterDataSource.FilterData
Inheritance
SearchFilterDataSource.FilterData

Constructors

SearchFilterDataSource.FilterData(String, Int32, Int32)

Creates a new instance of the FilterData structure.

Fields

SelectionEnd

The position of the end of the selected part of the string.

SelectionStart

The position of the start of the selected part of the string.

Text

The text string.

Applies to