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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.