PatternMatcherCreationOptions Class
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.
Defines context for what should be considered relevant in a pattern match.
public ref class PatternMatcherCreationOptions sealed
public sealed class PatternMatcherCreationOptions
type PatternMatcherCreationOptions = class
Public NotInheritable Class PatternMatcherCreationOptions
- Inheritance
-
PatternMatcherCreationOptions
Constructors
PatternMatcherCreationOptions(CultureInfo, PatternMatcherCreationFlags, IReadOnlyCollection<Char>) |
Creates an instance of PatternMatcherCreationOptions. |
Fields
ContainerSplitCharacters |
Characters that should be considered as describing a container/contained boundary. When matching types, this can be the '.' character e.g. Namespace.Class.Property, so that the search can tailor behavior to better match Property first, then Class, then Namespace. This also can work with directory separators in filenames and any other logical container/contained pattern in candidate strings.
|
CultureInfo |
Used to tailor character comparisons to the correct culture. |
Flags |
A set of biniary options, used to control options like case-sensitivity. |