次の方法で共有


IPatternMatcherFactory2 Interface

Definition

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)

Gets an IPatternMatcher given a search pattern and search options.

(Inherited from IPatternMatcherFactory)
CreatePatternMatcher(String, PatternMatcherCreationOptions, IPatternMatcher)

Gets an IPatternMatcher given a search pattern and search options.

Applies to