Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.11 KB

Unregister-EditorCommand.md

File metadata and controls

59 lines (39 loc) · 1.11 KB
external help file online version schema
PowerShellEditorServices.Commands-help.xml
2.0.0

Unregister-EditorCommand

SYNOPSIS

Unregisters a command which has already been registered in the host editor.

SYNTAX

Unregister-EditorCommand [-Name] <String>

DESCRIPTION

Unregisters a command which has already been registered in the host editor. An error will be thrown if the specified Name is unknown.

EXAMPLES

-------------------------- EXAMPLE 1 --------------------------

Unregister-EditorCommand -Name "MyModule.MyFunctionCommand"

PARAMETERS

-Name

Specifies a unique name which identifies a command which has already been registered.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Register-EditorCommand Import-EditorCommand