C# Класс JustCode.Navigation.GotoNextMember

Наследование: CommandModuleBase
Показать файл Открыть проект

Открытые методы

Метод Описание
CanExecute ( SolutionModel solutionModel, SelectionContext context ) : bool
Execute ( SolutionModel solutionModel, SelectionContext context ) : void
GetKeyBindings ( KeyBindingProfile profile ) : IEnumerable

Описание методов

CanExecute() публичный Метод

public CanExecute ( SolutionModel solutionModel, SelectionContext context ) : bool
solutionModel SolutionModel
context SelectionContext
Результат bool

Execute() публичный Метод

public Execute ( SolutionModel solutionModel, SelectionContext context ) : void
solutionModel SolutionModel
context SelectionContext
Результат void

GetKeyBindings() публичный Метод

public GetKeyBindings ( KeyBindingProfile profile ) : IEnumerable
profile KeyBindingProfile
Результат IEnumerable