Méthode | Description | |
---|---|---|
Advise ( object sink, int &cookie ) : HResult | ||
ClearSelection ( ) : HResult | ||
Exec ( System.Guid command, object argument, object &result ) : HResult | ||
Find ( string search, NiFindOptions options, bool resetStartPoint, INiFindHelper helper, NiFindResult &result ) : HResult | ||
GetBuffer ( INiTextLines &textBuffer ) : HResult | ||
GetCapabilities ( NiFindCapabilities &options ) : HResult | ||
GetCaretPosition ( int &line, int &index ) : HResult | ||
GetCurrentSpan ( |
||
GetFindState ( object &state ) : HResult | ||
GetInitialPattern ( string &pattern ) : HResult | ||
GetSelection ( int index, int &startLine, int &startIndex, int &endLine, int &endIndex ) : HResult | ||
GetSelectionCount ( int &count ) : HResult | ||
GetTextBuffer ( INiTextBuffer &textBuffer ) : HResult | ||
Initialize ( ) : HResult | ||
MarkSpan ( |
||
NavigateTo ( |
||
NotifyFindTarget ( NiFindTargetNotify notify ) : HResult | ||
QueryStatus ( System.Guid command, NiCommandStatus &status ) : HResult | ||
Replace ( string search, string replace, NiFindOptions options, bool resetStartPoint, INiFindHelper helper, NiFindResult &result ) : HResult | ||
SetBuffer ( INiTextLines textBuffer ) : HResult | ||
SetCaretPosition ( int line, int index ) : HResult | ||
SetFindState ( object state ) : HResult | ||
SetInfo ( ) : HResult | ||
SetSelection ( int startLine, int startIndex, int endLine, int endIndex ) : HResult | ||
TextEditorWindow ( INiTextLines textLines ) : System | ||
Unadvise ( int cookie ) : HResult |
Méthode | Description | |
---|---|---|
CreateClient ( ) : |
Méthode | Description | |
---|---|---|
HookEvents ( |
||
INiTextBufferProvider ( INiTextBuffer &textBuffer ) : HResult | ||
UpdateCaretMode ( ) : void | ||
UpdateCaretPosition ( ) : void | ||
_textLines_BeginUpdate ( object sender, |
||
_textLines_EndUpdate ( object sender, |
public Advise ( object sink, int &cookie ) : HResult | ||
sink | object | |
cookie | int | |
Résultat | HResult |
protected CreateClient ( ) : |
||
Résultat |
public Exec ( System.Guid command, object argument, object &result ) : HResult | ||
command | System.Guid | |
argument | object | |
result | object | |
Résultat | HResult |
public Find ( string search, NiFindOptions options, bool resetStartPoint, INiFindHelper helper, NiFindResult &result ) : HResult | ||
search | string | |
options | NiFindOptions | |
resetStartPoint | bool | |
helper | INiFindHelper | |
result | NiFindResult | |
Résultat | HResult |
public GetBuffer ( INiTextLines &textBuffer ) : HResult | ||
textBuffer | INiTextLines | |
Résultat | HResult |
public GetCapabilities ( NiFindCapabilities &options ) : HResult | ||
options | NiFindCapabilities | |
Résultat | HResult |
public GetCaretPosition ( int &line, int &index ) : HResult | ||
line | int | |
index | int | |
Résultat | HResult |
public GetCurrentSpan ( |
||
span | ||
Résultat | HResult |
public GetFindState ( object &state ) : HResult | ||
state | object | |
Résultat | HResult |
public GetInitialPattern ( string &pattern ) : HResult | ||
pattern | string | |
Résultat | HResult |
public GetSelection ( int index, int &startLine, int &startIndex, int &endLine, int &endIndex ) : HResult | ||
index | int | |
startLine | int | |
startIndex | int | |
endLine | int | |
endIndex | int | |
Résultat | HResult |
public GetSelectionCount ( int &count ) : HResult | ||
count | int | |
Résultat | HResult |
public GetTextBuffer ( INiTextBuffer &textBuffer ) : HResult | ||
textBuffer | INiTextBuffer | |
Résultat | HResult |
public MarkSpan ( |
||
span | ||
Résultat | HResult |
public NavigateTo ( |
||
span | ||
Résultat | HResult |
public NotifyFindTarget ( NiFindTargetNotify notify ) : HResult | ||
notify | NiFindTargetNotify | |
Résultat | HResult |
public QueryStatus ( System.Guid command, NiCommandStatus &status ) : HResult | ||
command | System.Guid | |
status | NiCommandStatus | |
Résultat | 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 | |
Résultat | HResult |
public SetBuffer ( INiTextLines textBuffer ) : HResult | ||
textBuffer | INiTextLines | |
Résultat | HResult |
public SetCaretPosition ( int line, int index ) : HResult | ||
line | int | |
index | int | |
Résultat | HResult |
public SetFindState ( object state ) : HResult | ||
state | object | |
Résultat | HResult |
public SetSelection ( int startLine, int startIndex, int endLine, int endIndex ) : HResult | ||
startLine | int | |
startIndex | int | |
endLine | int | |
endIndex | int | |
Résultat | HResult |
public TextEditorWindow ( INiTextLines textLines ) : System | ||
textLines | INiTextLines | |
Résultat | System |