C# 클래스 PredictiveCodeSuggestions.Actions.AnalyzeSolutionAction

상속: IActionHandler
파일 보기 프로젝트 열기: JakobChristensen/Resharper.PredictiveCodeSuggestions

공개 메소드들

메소드 설명
Execute ( IDataContext context, DelegateExecute nextExecute ) : void

Executes action. Called after Update, that set ActionPresentation.Enabled to true.

Update ( IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate ) : bool

Updates action visual presentation. If presentation.Enabled is set to false, Execute will not be called.

비공개 메소드들

메소드 설명
BuildTemplates ( ) : void

Builds the templates.

BuildTemplates ( ProgressIndicator progressIndicator ) : void

Builds the templates.

FirstTime ( string fileName ) : void

Firsts the time.

메소드 상세

Execute() 공개 메소드

Executes action. Called after Update, that set ActionPresentation.Enabled to true.
public Execute ( IDataContext context, DelegateExecute nextExecute ) : void
context IDataContext The data context
nextExecute DelegateExecute delegate to call
리턴 void

Update() 공개 메소드

Updates action visual presentation. If presentation.Enabled is set to false, Execute will not be called.
public Update ( IDataContext context, ActionPresentation presentation, DelegateUpdate nextUpdate ) : bool
context IDataContext The DataContext
presentation ActionPresentation presentation to update
nextUpdate DelegateUpdate delegate to call
리턴 bool