Microsoft.VisualStudio.Text.PatternMatching Namespace
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.
Pattern |
Defines context for what should be considered relevant in a pattern match. |
Pattern |
IPattern |
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. |
IPattern |
Provides instances of a IPatternMatcher for a given search string and creation options. |
IPattern |
Provides instances of a IPatternMatcher for a given search string and creation options. |
Pattern |
Specifies flags that control optional behavior of the pattern matching. |
Pattern |
This enum is NOT ordered. Sorting based on the PatternMatchKind is performed in PatternMatch and is subject to change. Additional entries can be added at the bottom of this enumeration. |