EnumerationOptions.MatchType Property
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.
Gets or sets the match type.
public:
property System::IO::MatchType MatchType { System::IO::MatchType get(); void set(System::IO::MatchType value); };
public System.IO.MatchType MatchType { get; set; }
member this.MatchType : System.IO.MatchType with get, set
Public Property MatchType As MatchType
Property Value
One of the enumeration values that indicates the match type. The default is Simple.
Remarks
For APIs that allow specifying a match expression, this property allows you to specify how to interpret the match expression. The default is simple matching where '*' is always 0 or more characters and '?' is a single character.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.