Mini SQL Query Extensibility Documentation
ITextFindService Interface
NamespacesMiniSqlQuery.CoreITextFindService
A text finding serice interface. A window can implement this interface and it will allow searching of its text.
Declaration Syntax
C#Visual BasicVisual C++
public interface ITextFindService
Public Interface ITextFindService
public interface class ITextFindService
Members
All MembersMethods



IconMemberDescription
FindNext(FindTextRequest)
Finds the next string of text depending on the contrnts of the request.

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)