SearchFilterDataSource.FilterData Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |