C# Class Rubberduck.Refactorings.Rename.RenameModel

Afficher le fichier Open project: retailcoder/Rubberduck Class Usage Examples

Méthodes publiques

Méthode Description
PromptIfTargetImplementsInterface ( Rubberduck.Parsing.Symbols.Declaration &target ) : void
RenameModel ( VBE vbe, RubberduckParserState parseResult, QualifiedSelection selection, IMessageBox messageBox ) : System.Collections.Generic

Private Methods

Méthode Description
AcquireTarget ( Rubberduck.Parsing.Symbols.Declaration &target, QualifiedSelection selection ) : void

Method Details

PromptIfTargetImplementsInterface() public méthode

public PromptIfTargetImplementsInterface ( Rubberduck.Parsing.Symbols.Declaration &target ) : void
target Rubberduck.Parsing.Symbols.Declaration
Résultat void

RenameModel() public méthode

public RenameModel ( VBE vbe, RubberduckParserState parseResult, QualifiedSelection selection, IMessageBox messageBox ) : System.Collections.Generic
vbe VBE
parseResult Rubberduck.Parsing.VBA.RubberduckParserState
selection Rubberduck.VBEditor.QualifiedSelection
messageBox IMessageBox
Résultat System.Collections.Generic