C# Class NetIde.Core.Services.Finder.NiFindHelper

Inheritance: NetIde.Shell.ServiceObject, INiFindHelper
Exibir arquivo Open project: netide/netide

Public Methods

Method Description
FindInText ( string find, string replace, NiFindOptions options, string text, int offset, int &found, int &matchLength, string &replacementText, bool &isFound ) : HResult

Method Details

FindInText() public method

public FindInText ( string find, string replace, NiFindOptions options, string text, int offset, int &found, int &matchLength, string &replacementText, bool &isFound ) : HResult
find string
replace string
options NiFindOptions
text string
offset int
found int
matchLength int
replacementText string
isFound bool
return HResult