MSBuildGlob.MatchInfo(String) Method
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.
Similar to IsMatch(String) but also provides the match groups for the glob parts
public:
Microsoft::Build::Globbing::MSBuildGlob::MatchInfoResult MatchInfo(System::String ^ stringToMatch);
public Microsoft.Build.Globbing.MSBuildGlob.MatchInfoResult MatchInfo (string stringToMatch);
member this.MatchInfo : string -> Microsoft.Build.Globbing.MSBuildGlob.MatchInfoResult
Public Function MatchInfo (stringToMatch As String) As MSBuildGlob.MatchInfoResult
Parameters
- stringToMatch
- String