C# 클래스 Rubberduck.Inspections.RenameProjectQuickFix

A code inspection quickfix that addresses a VBProject bearing the default name.
상속: CodeInspectionQuickFix
파일 보기 프로젝트 열기: retailcoder/Rubberduck

공개 메소드들

메소드 설명
Fix ( ) : void
RenameProjectQuickFix ( ParserRuleContext context, QualifiedSelection selection, Rubberduck.Parsing.Symbols.Declaration target, RubberduckParserState state, ICodePaneWrapperFactory wrapperFactory ) : System.Collections.Generic

메소드 상세

Fix() 공개 메소드

public Fix ( ) : void
리턴 void

RenameProjectQuickFix() 공개 메소드

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
리턴 System.Collections.Generic