MSBuildGlob.MatchInfo(String) Method

Definition

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

Returns

Applies to