IPatternMatcherFactory 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.
Provides instances of a IPatternMatcher for a given search string and creation options.
public interface class IPatternMatcherFactory
public interface IPatternMatcherFactory
type IPatternMatcherFactory = interface
Public Interface IPatternMatcherFactory
- Derived
Remarks
This is a MEF component part, and should be imported as follows: [Import] IPatternMatcherFactory factory = null;
Methods
CreatePatternMatcher(String, PatternMatcherCreationOptions) |
Gets an IPatternMatcher given a search pattern and search options. |