IPatternMatcher Interface
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.
Defines a pattern matcher that can compare a candidate string against a search pattern to identify relevance. IPatternMatcherFactory defines the way to obtain an IPatternMatcher given a search pattern and options.
public interface class IPatternMatcher
public interface IPatternMatcher
type IPatternMatcher = interface
Public Interface IPatternMatcher
Properties
HasInvalidPattern |
Determines whether given pattern is invalid, in which case TryMatch(String) would return no PatternMatches. |
Methods
TryMatch(String) |
Determines if, and how well a candidate string matches a search pattern and a set of PatternMatcherCreationOptions. |