Find Class
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.
Contains methods for matching user input against a list of choices.
public static class Find
type Find = class
Public Class Find
- Inheritance
-
Find
Methods
FindChoices(String, IList<Choice>, FindChoicesOptions) |
Matches user input against a list of choices. |
FindChoices(String, IList<String>, FindChoicesOptions) |
Matches user input against a list of choices. |
FindValues(String, List<SortedValue>, FindValuesOptions) |
This method is internal and should not be used. |