CodeModuleClass.Find Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public virtual bool Find (string Target, out int StartLine, out int StartColumn, out int EndLine, out int EndColumn, bool WholeWord = false, bool MatchCase = false, bool PatternSearch = false);
abstract member Find : string * int * int * int * int * bool * bool * bool -> bool
override this.Find : string * int * int * int * int * bool * bool * bool -> bool
Public Overridable Function Find (Target As String, ByRef StartLine As Integer, ByRef StartColumn As Integer, ByRef EndLine As Integer, ByRef EndColumn As Integer, Optional WholeWord As Boolean = false, Optional MatchCase As Boolean = false, Optional PatternSearch As Boolean = false) As Boolean
Parameters
- Target
- String
- StartLine
- Int32
- StartColumn
- Int32
- EndLine
- Int32
- EndColumn
- Int32
- WholeWord
- Boolean
- MatchCase
- Boolean
- PatternSearch
- Boolean