C# 클래스 PredictiveCodeSuggestions.Actions.AutoTemplateBulb

Defines the AutoTemplateBulb class.
상속: BulbActionBase
파일 보기 프로젝트 열기: JakobChristensen/Resharper.PredictiveCodeSuggestions

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AutoTemplateBulb ( string>.Dictionary scopeParameters, AutoTemplate autoTemplate, TextRange textRange ) : System

Initializes a new instance of the AutoTemplateBulb class.

보호된 메소드들

메소드 설명
ExecutePsiTransaction ( [ solution, [ progress ) : Action

Executes QuickFix or ContextAction. Returns post-execute method.

메소드 상세

AutoTemplateBulb() 공개 메소드

Initializes a new instance of the AutoTemplateBulb class.
public AutoTemplateBulb ( string>.Dictionary scopeParameters, AutoTemplate autoTemplate, TextRange textRange ) : System
scopeParameters string>.Dictionary The scope.
autoTemplate PredictiveCodeSuggestions.AutoTemplates.AutoTemplate The smart template.
textRange TextRange The document range.
리턴 System

ExecutePsiTransaction() 보호된 메소드

Executes QuickFix or ContextAction. Returns post-execute method.
protected ExecutePsiTransaction ( [ solution, [ progress ) : Action
solution [ The solution.
progress [ The progress.
리턴 Action