Метод | Описание | |
---|---|---|
Find ( string search, NiFindOptions options, bool resetStartPoint, INiFindHelper helper, NiFindResult &result ) : HResult | ||
FindTargetImpl ( |
||
GetCapabilities ( NiFindCapabilities &options ) : HResult | ||
GetCurrentSpan ( |
||
GetFindState ( object &state ) : HResult | ||
GetInitialPattern ( string &pattern ) : HResult | ||
GetTextBuffer ( INiTextBuffer &textBuffer ) : HResult | ||
MarkSpan ( |
||
NavigateTo ( |
||
NotifyFindTarget ( NiFindTargetNotify notify ) : HResult | ||
Replace ( string search, string replace, NiFindOptions options, bool resetStartPoint, INiFindHelper helper, NiFindResult &result ) : HResult | ||
SetFindState ( object state ) : HResult |
Метод | Описание | |
---|---|---|
GetTextSpan ( IDocument document, int offset, int length ) : |
public Find ( string search, NiFindOptions options, bool resetStartPoint, INiFindHelper helper, NiFindResult &result ) : HResult | ||
search | string | |
options | NiFindOptions | |
resetStartPoint | bool | |
helper | INiFindHelper | |
result | NiFindResult | |
Результат | HResult |
public FindTargetImpl ( |
||
textAreaControl | ||
Результат | System |
public GetCapabilities ( NiFindCapabilities &options ) : HResult | ||
options | NiFindCapabilities | |
Результат | HResult |
public GetCurrentSpan ( |
||
span | ||
Результат | HResult |
public GetFindState ( object &state ) : HResult | ||
state | object | |
Результат | HResult |
public GetInitialPattern ( string &pattern ) : HResult | ||
pattern | string | |
Результат | HResult |
public GetTextBuffer ( INiTextBuffer &textBuffer ) : HResult | ||
textBuffer | INiTextBuffer | |
Результат | HResult |
public MarkSpan ( |
||
span | ||
Результат | HResult |
public NavigateTo ( |
||
span | ||
Результат | HResult |
public NotifyFindTarget ( NiFindTargetNotify notify ) : HResult | ||
notify | NiFindTargetNotify | |
Результат | HResult |
public Replace ( string search, string replace, NiFindOptions options, bool resetStartPoint, INiFindHelper helper, NiFindResult &result ) : HResult | ||
search | string | |
replace | string | |
options | NiFindOptions | |
resetStartPoint | bool | |
helper | INiFindHelper | |
result | NiFindResult | |
Результат | HResult |
public SetFindState ( object state ) : HResult | ||
state | object | |
Результат | HResult |