C# 클래스 AvalonStudio.Extensibility.Commands.CommandKeyGestureService

상속: ICommandKeyGestureService
파일 보기 프로젝트 열기: VitalElement/AvalonStudio

공개 메소드들

메소드 설명
BindKeyGestures ( Avalonia.Controls.Control uiElement ) : void
GetPrimaryKeyGesture ( CommandDefinitionBase commandDefinition ) : KeyGesture

비공개 메소드들

메소드 설명
CommandKeyGestureService ( [ keyboardShortcuts, [ excludeKeyboardShortcuts, ICommandService commandService ) : System.ComponentModel.Composition

메소드 상세

BindKeyGestures() 공개 메소드

public BindKeyGestures ( Avalonia.Controls.Control uiElement ) : void
uiElement Avalonia.Controls.Control
리턴 void

GetPrimaryKeyGesture() 공개 메소드

public GetPrimaryKeyGesture ( CommandDefinitionBase commandDefinition ) : KeyGesture
commandDefinition CommandDefinitionBase
리턴 KeyGesture