C# 클래스 JustCode.Navigation.GotoContainingDeclaration

상속: CommandModuleBase
파일 보기 프로젝트 열기: telerik/justcode-extensions

공개 메소드들

메소드 설명
CanExecute ( SolutionModel solutionModel, SelectionContext context ) : bool
Execute ( SolutionModel solutionModel, SelectionContext context ) : void
GetKeyBindings ( KeyBindingProfile profile ) : IEnumerable

비공개 메소드들

메소드 설명
NavigateToTypeDeclaration ( ITypeDeclaration typeDeclaration, CodeSpan selection ) : void

메소드 상세

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