프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
ActiveCodePaneEditor ( VBE vbe, ICodePaneWrapperFactory wrapperFactory ) : Microsoft.Vbe.Interop | ||
DeleteLines ( Rubberduck.VBEditor.Selection selection ) : void | ||
GetLines ( Rubberduck.VBEditor.Selection selection ) : string | ||
GetSelectedProcedureScope ( Rubberduck.VBEditor.Selection selection ) : string | ||
GetSelection ( ) : QualifiedSelection? | ||
InsertLines ( int line, string content ) : void | ||
ReplaceLine ( int line, string content ) : void | ||
SetSelection ( |
||
SetSelection ( Rubberduck.VBEditor.Selection selection ) : void |
public ActiveCodePaneEditor ( VBE vbe, ICodePaneWrapperFactory wrapperFactory ) : Microsoft.Vbe.Interop | ||
vbe | VBE | |
wrapperFactory | ICodePaneWrapperFactory | |
리턴 | Microsoft.Vbe.Interop |
public DeleteLines ( Rubberduck.VBEditor.Selection selection ) : void | ||
selection | Rubberduck.VBEditor.Selection | |
리턴 | void |
public GetLines ( Rubberduck.VBEditor.Selection selection ) : string | ||
selection | Rubberduck.VBEditor.Selection | |
리턴 | string |
public GetSelectedProcedureScope ( Rubberduck.VBEditor.Selection selection ) : string | ||
selection | Rubberduck.VBEditor.Selection | |
리턴 | string |
public InsertLines ( int line, string content ) : void | ||
line | int | |
content | string | |
리턴 | void |
public ReplaceLine ( int line, string content ) : void | ||
line | int | |
content | string | |
리턴 | void |
public SetSelection ( |
||
selection | ||
리턴 | void |
public SetSelection ( Rubberduck.VBEditor.Selection selection ) : void | ||
selection | Rubberduck.VBEditor.Selection | |
리턴 | void |