GetControlPanelItemCommand Class

Gets all the control panel items that are available in the "All Control Panel Items" category.

Namespace: Microsoft.PowerShell.Commands
Assembly: Microsoft.PowerShell.Commands.Management (in Microsoft.PowerShell.Commands.Management.dll)

Usage

'Usage
Dim instance As GetControlPanelItemCommand

Syntax

'Declaration
<CmdletAttribute("Get", "ControlPanelItem", DefaultParameterSetName:="RegularName", HelpUri:="https://go.microsoft.com/fwlink/?LinkID=219982")> _
<OutputTypeAttribute(System.Compiler.TypeNode[])> _
Public NotInheritable Class GetControlPanelItemCommand
    Inherits ControlPanelItemBaseCommand
[CmdletAttribute("Get", "ControlPanelItem", DefaultParameterSetName="RegularName", HelpUri="https://go.microsoft.com/fwlink/?LinkID=219982")] 
[OutputTypeAttribute(System.Compiler.TypeNode[])] 
public sealed class GetControlPanelItemCommand : ControlPanelItemBaseCommand
[CmdletAttribute(L"Get", L"ControlPanelItem", DefaultParameterSetName=L"RegularName", HelpUri=L"https://go.microsoft.com/fwlink/?LinkID=219982")] 
[OutputTypeAttribute(System.Compiler.TypeNode[])] 
public ref class GetControlPanelItemCommand sealed : public ControlPanelItemBaseCommand
/** @attribute CmdletAttribute("Get", "ControlPanelItem", DefaultParameterSetName="RegularName", HelpUri="https://go.microsoft.com/fwlink/?LinkID=219982") */ 
/** @attribute OutputTypeAttribute(System.Compiler.TypeNode[]) */ 
public final class GetControlPanelItemCommand extends ControlPanelItemBaseCommand
CmdletAttribute("Get", "ControlPanelItem", DefaultParameterSetName="RegularName", HelpUri="https://go.microsoft.com/fwlink/?LinkID=219982") 
OutputTypeAttribute(System.Compiler.TypeNode[]) 
public final class GetControlPanelItemCommand extends ControlPanelItemBaseCommand

Inheritance Hierarchy

System.Object
   System.Management.Automation.Internal.InternalCommand
     System.Management.Automation.Cmdlet
       System.Management.Automation.PSCmdlet
         Microsoft.PowerShell.Commands.ControlPanelItemBaseCommand
          Microsoft.PowerShell.Commands.GetControlPanelItemCommand

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

See Also

Reference

GetControlPanelItemCommand Members
Microsoft.PowerShell.Commands Namespace