Table of Contents

Class TextToFind

Namespace
Npp.DotNet.Plugin
Assembly
Npp.DotNet.Plugin.dll
[Obsolete("Use TextToFindFull instead")]
public class TextToFind : IDisposable
Inheritance
TextToFind
Implements
Inherited Members

Constructors

TextToFind(CharacterRange, string)

text to find

public TextToFind(CharacterRange chrRange, string searchText)

Parameters

chrRange CharacterRange

range to search

searchText string

the search pattern

TextToFind(int, int, string)

text to find

public TextToFind(int cpmin, int cpmax, string searchText)

Parameters

cpmin int

range to search

cpmax int

range to search

searchText string

the search pattern

Properties

NativePointer

public IntPtr NativePointer { get; }

Property Value

IntPtr

chrg

public CharacterRange chrg { get; set; }

Property Value

CharacterRange

chrgText

public CharacterRange chrgText { get; }

Property Value

CharacterRange

lpstrText

public string lpstrText { set; }

Property Value

string

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

public void Dispose()

~TextToFind()

protected ~TextToFind()