Leadtools.Forms.Processing Namespace > TextFormFieldResult Class : Matches Property |
public MatchCollection Matches {get; set;}
'Declaration Public Property Matches As MatchCollection
'Usage Dim instance As TextFormFieldResult Dim value As MatchCollection instance.Matches = value value = instance.Matches
public MatchCollection Matches {get; set;}
get_Matches();
set_Matches(value);
public: property MatchCollection^ Matches { MatchCollection^ get(); void set ( MatchCollection^ value); }
The collection includes only successful matches and terminates at the first unsuccessful match.
Using regular expression does not change the results of the processing.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2