SearchProgressChangedEventArgsMatchCount Property |
The number of files that matched since the last occurred SearchProgressChanged event.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxpublic int MatchCount { get; set; }Public Property MatchCount As Integer
Get
Set
public:
property int MatchCount {
int get ();
void set (int value);
}member MatchCount : int with get, set
Property Value
Int32
See Also