C# Class Rubberduck.Inspections.RenameDeclarationQuickFix

A code inspection quickfix that addresses a VBProject bearing the default name.
Inheritance: CodeInspectionQuickFix
Afficher le fichier Open project: retailcoder/Rubberduck

Méthodes publiques

Méthode Description
Fix ( ) : void
RenameDeclarationQuickFix ( ParserRuleContext context, QualifiedSelection selection, Rubberduck.Parsing.Symbols.Declaration target, RubberduckParserState state, ICodePaneWrapperFactory wrapperFactory, IMessageBox messageBox ) : System.Collections.Generic

Method Details

Fix() public méthode

public Fix ( ) : void
Résultat void

RenameDeclarationQuickFix() public méthode

public RenameDeclarationQuickFix ( ParserRuleContext context, QualifiedSelection selection, Rubberduck.Parsing.Symbols.Declaration target, RubberduckParserState state, ICodePaneWrapperFactory wrapperFactory, IMessageBox messageBox ) : System.Collections.Generic
context ParserRuleContext
selection Rubberduck.VBEditor.QualifiedSelection
target Rubberduck.Parsing.Symbols.Declaration
state Rubberduck.Parsing.VBA.RubberduckParserState
wrapperFactory ICodePaneWrapperFactory
messageBox IMessageBox
Résultat System.Collections.Generic