Kimono.KFind.NumMatches C# (CSharp) Метод

NumMatches() публичный Метод

Return the number of matches found (i.e. the number of times the highlight signal was emitted). If 0, can be used in a dialog box to tell the user "no match was found". The final dialog does so already, unless you used setDisplayFinalDialog(false).
public NumMatches ( ) : int
Результат int
        public int NumMatches()
        {
            return (int) interceptor.Invoke("numMatches", "numMatches() const", typeof(int));
        }