C# Класс PredictiveCodeSuggestions.Actions.AutoTemplateBulb

Defines the AutoTemplateBulb class.
Наследование: BulbActionBase
Показать файл Открыть проект

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