ShowControlPanelItemCommand Class

Shows the specified control panel applet.

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

Usage

'Usage
Dim instance As ShowControlPanelItemCommand

Syntax

'Declaration
<CmdletAttribute("Show", "ControlPanelItem", DefaultParameterSetName:="RegularName", HelpUri:="https://go.microsoft.com/fwlink/?LinkID=219983")> _
Public NotInheritable Class ShowControlPanelItemCommand
    Inherits ControlPanelItemBaseCommand
[CmdletAttribute("Show", "ControlPanelItem", DefaultParameterSetName="RegularName", HelpUri="https://go.microsoft.com/fwlink/?LinkID=219983")] 
public sealed class ShowControlPanelItemCommand : ControlPanelItemBaseCommand
[CmdletAttribute(L"Show", L"ControlPanelItem", DefaultParameterSetName=L"RegularName", HelpUri=L"https://go.microsoft.com/fwlink/?LinkID=219983")] 
public ref class ShowControlPanelItemCommand sealed : public ControlPanelItemBaseCommand
/** @attribute CmdletAttribute("Show", "ControlPanelItem", DefaultParameterSetName="RegularName", HelpUri="https://go.microsoft.com/fwlink/?LinkID=219983") */ 
public final class ShowControlPanelItemCommand extends ControlPanelItemBaseCommand
CmdletAttribute("Show", "ControlPanelItem", DefaultParameterSetName="RegularName", HelpUri="https://go.microsoft.com/fwlink/?LinkID=219983") 
public final class ShowControlPanelItemCommand 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.ShowControlPanelItemCommand

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

ShowControlPanelItemCommand Members
Microsoft.PowerShell.Commands Namespace