Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
FilePatternMatch Struct
Definition
- Namespace:
- Microsoft.Extensions.FileSystemGlobbing
- Assembly:
- Microsoft.Extensions.FileSystemGlobbing.dll
- Package:
- Microsoft.Extensions.FileSystemGlobbing v11.0.0-preview.5.26302.115
- Source:
- FilePatternMatch.cs
- Source:
- FilePatternMatch.cs
- Source:
- FilePatternMatch.cs
- Source:
- FilePatternMatch.cs
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.
Represents a file that was matched by searching using a globbing pattern.
public value class FilePatternMatch : IEquatable<Microsoft::Extensions::FileSystemGlobbing::FilePatternMatch>
public struct FilePatternMatch : IEquatable<Microsoft.Extensions.FileSystemGlobbing.FilePatternMatch>
type FilePatternMatch = struct
Public Structure FilePatternMatch
Implements IEquatable(Of FilePatternMatch)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| FilePatternMatch(String, String) |
Initializes new instance of FilePatternMatch. |
Properties
| Name | Description |
|---|---|
| Path |
Gets the path to the matched file, relative to the beginning of the matching search pattern. |
| Stem |
Gets the subpath to the matched file, relative to the first wildcard in the matching search pattern. |
Methods
| Name | Description |
|---|---|
| Equals(FilePatternMatch) |
Determines if the specified match is equivalent to the current match using a case-insensitive comparison. |
| Equals(Object) |
Determines if the specified object is equivalent to the current match using a case-insensitive comparison. |
| GetHashCode() |
Gets a hash for the file pattern match. |
Applies to
Feedback
Was this page helpful?
