C# 클래스 PowerArgs.Cli.RichTextEditor

상속: ObservableObject
파일 보기 프로젝트 열기: adamabdelhamed/PowerArgs 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DoSyntaxHighlighting void
FireValueChanged void
WriteCharacterForPressedKey void

공개 메소드들

메소드 설명
Clear ( ) : void
RegisterHandler ( IKeyHandler handler ) : void

Lets you register a custom key handler. You are responsible for ensuring that each key is only handled by one handler. This method will throw if you try to add a duplicate key handler.

RegisterKeyPress ( ConsoleKeyInfo key ) : void
RichTextEditor ( ) : System

비공개 메소드들

메소드 설명
DoSyntaxHighlighting ( RichCommandLineContext context ) : void
FireValueChanged ( ) : void
WriteCharacterForPressedKey ( ConsoleKeyInfo key ) : void

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

RegisterHandler() 공개 메소드

Lets you register a custom key handler. You are responsible for ensuring that each key is only handled by one handler. This method will throw if you try to add a duplicate key handler.
public RegisterHandler ( IKeyHandler handler ) : void
handler IKeyHandler The handler to register
리턴 void

RegisterKeyPress() 공개 메소드

public RegisterKeyPress ( ConsoleKeyInfo key ) : void
key System.ConsoleKeyInfo
리턴 void

RichTextEditor() 공개 메소드

public RichTextEditor ( ) : System
리턴 System