次の方法で共有


IPatternMatcherFactory Interface

Definition

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.

Applies to