Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
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 | |
Résultat | Microsoft.Vbe.Interop |
public DeleteLines ( Rubberduck.VBEditor.Selection selection ) : void | ||
selection | Rubberduck.VBEditor.Selection | |
Résultat | void |
public GetLines ( Rubberduck.VBEditor.Selection selection ) : string | ||
selection | Rubberduck.VBEditor.Selection | |
Résultat | string |
public GetSelectedProcedureScope ( Rubberduck.VBEditor.Selection selection ) : string | ||
selection | Rubberduck.VBEditor.Selection | |
Résultat | string |
public GetSelection ( ) : QualifiedSelection? | ||
Résultat | QualifiedSelection? |
public InsertLines ( int line, string content ) : void | ||
line | int | |
content | string | |
Résultat | void |
public ReplaceLine ( int line, string content ) : void | ||
line | int | |
content | string | |
Résultat | void |
public SetSelection ( |
||
selection | ||
Résultat | void |
public SetSelection ( Rubberduck.VBEditor.Selection selection ) : void | ||
selection | Rubberduck.VBEditor.Selection | |
Résultat | void |