SearchProgressChangedEventArgsMatchCount Property |
The number of files that matched since the last occurred SearchProgressChanged event.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax public 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
Type:
Int32See Also