MatchInfo.Matches Property
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.
Gets or sets a list of all Regex matches on the matching line.
public:
property cli::array <System::Text::RegularExpressions::Match ^> ^ Matches { cli::array <System::Text::RegularExpressions::Match ^> ^ get(); void set(cli::array <System::Text::RegularExpressions::Match ^> ^ value); };
public System.Text.RegularExpressions.Match[] Matches { get; set; }
member this.Matches : System.Text.RegularExpressions.Match[] with get, set
Public Property Matches As Match()
Property Value
Match[]