IPatternMatcherFactory2 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 IPatternMatcherFactory2 : Microsoft::VisualStudio::Text::PatternMatching::IPatternMatcherFactory
public interface IPatternMatcherFactory2 : Microsoft.VisualStudio.Text.PatternMatching.IPatternMatcherFactory
type IPatternMatcherFactory2 = interface
interface IPatternMatcherFactory
Public Interface IPatternMatcherFactory2
Implements IPatternMatcherFactory
- Implements
Remarks
This is a MEF component part, and should be imported as follows: [Import] IPatternMatcherFactory2 factory = null;
Methods
CreatePatternMatcher(String, PatternMatcherCreationOptions, IPatternMatcher) |
Gets an IPatternMatcher given a search pattern and search options. |
CreatePatternMatcher(String, PatternMatcherCreationOptions) |
Gets an IPatternMatcher given a search pattern and search options. (Inherited from IPatternMatcherFactory) |