PowerArgs.ContextAssistSearch.OnKeyboardInput C# (CSharp) 메소드

OnKeyboardInput() 공개 메소드

This is not implemented because this assist provider always takes over the console during the draw menu.
public OnKeyboardInput ( RichCommandLineContext parentReaderContext, ConsoleKeyInfo keyPress ) : ContextAssistResult
parentReaderContext RichCommandLineContext not implemented
keyPress System.ConsoleKeyInfo not implemented
리턴 ContextAssistResult
        public virtual ContextAssistResult OnKeyboardInput(RichCommandLineContext parentReaderContext, ConsoleKeyInfo keyPress)
        {
            throw new NotImplementedException();
        }