MSBuildGlob.MatchInfoResult Struct
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.
Return type of MatchInfo(String)
public: value class MSBuildGlob::MatchInfoResult
public struct MSBuildGlob.MatchInfoResult
public readonly struct MSBuildGlob.MatchInfoResult
type MSBuildGlob.MatchInfoResult = struct
Public Structure MSBuildGlob.MatchInfoResult
- Inheritance
-
MSBuildGlob.MatchInfoResult
Properties
FilenamePartMatchGroup |
The file name part match |
FixedDirectoryPartMatchGroup |
The fixed directory part match |
IsMatch |
Whether the MatchInfo(String) argument was matched against the glob |
WildcardDirectoryPartMatchGroup |
The wildcard directory part match |