ReplaceForm.FindAll Method

T3000 CrossPlatform

ReplaceFormFindAll Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:FastColoredTextBoxNS.ReplaceForm.FindAll(System.String)"]

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public List<Range> FindAll(
	string pattern
)
Public Function FindAll ( 
	pattern As String
) As List(Of Range)

Dim instance As ReplaceForm
Dim pattern As String
Dim returnValue As List(Of Range)

returnValue = instance.FindAll(pattern)

Parameters

pattern
Type: SystemString

[Missing <param name="pattern"/> documentation for "M:FastColoredTextBoxNS.ReplaceForm.FindAll(System.String)"]

Return Value

Type: ListRange

[Missing <returns> documentation for "M:FastColoredTextBoxNS.ReplaceForm.FindAll(System.String)"]

See Also