external help file | online version | schema |
---|---|---|
PowerShellEditorServices.Commands-help.xml |
2.0.0 |
Unregisters a command which has already been registered in the host editor.
Unregister-EditorCommand [-Name] <String>
Unregisters a command which has already been registered in the host editor. An error will be thrown if the specified Name is unknown.
Unregister-EditorCommand -Name "MyModule.MyFunctionCommand"
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