MSBuildGlob.MatchInfoResult Struct

Definition

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

Applies to