Edit

Share via


_CodeModule.Find Method

Definition

public 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
Public 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

Returns

Applies to