PSConsoleReadLine.RemoveKeyHandler(String[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Helper function for the Remove-PSReadLineKeyHandler cmdlet.
public:
static void RemoveKeyHandler(cli::array <System::String ^> ^ key);
public:
static void RemoveKeyHandler(Platform::Array <Platform::String ^> ^ key);
static void RemoveKeyHandler(std::Array <std::wstring const &> const & key);
public static void RemoveKeyHandler (string[] key);
static member RemoveKeyHandler : string[] -> unit
Public Shared Sub RemoveKeyHandler (key As String())
Parameters
- key
- String[]