KeyHandler Class

Definition

The class is used as the output type for the cmdlet Get-PSReadLineKeyHandler

public ref class KeyHandler
[Windows::Foundation::Metadata::WebHostHidden]
class KeyHandler
public class KeyHandler
type KeyHandler = class
Public Class KeyHandler
Inheritance
KeyHandler

Constructors

KeyHandler()

Properties

Description

A short description of the behavior of the function.

Function

The name of the function that a key is bound to, if any.

Group

The group that this key handler belongs to.

Key

The key that is bound or unbound.

Methods

GetGroupingDescription(KeyHandlerGroup)

Get the description of the group.

Applies to