C# Class Rubberduck.Inspections.RenameProjectQuickFix

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
RenameProjectQuickFix ( ParserRuleContext context, QualifiedSelection selection, Rubberduck.Parsing.Symbols.Declaration target, RubberduckParserState state, ICodePaneWrapperFactory wrapperFactory ) : System.Collections.Generic

Method Details

Fix() public méthode

public Fix ( ) : void
Résultat void

RenameProjectQuickFix() public méthode

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