OutGridViewCommand Class

The Out-GridView cmdlet class that is implemented by Windows PowerShell. This class is included in this SDK for completeness only. The members of this class cannot be used directly, nor should this class be used to derive other classes.This class is introduced in Windows PowerShell 2.0.

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

Usage

'Usage
Dim instance As OutGridViewCommand

Syntax

'Declaration
<CmdletAttribute("Out", "GridView", DefaultParameterSetName:="PassThru", HelpUri:="https://go.microsoft.com/fwlink/?LinkID=113364")> _
Public Class OutGridViewCommand
    Inherits PSCmdlet
    Implements IDisposable
[CmdletAttribute("Out", "GridView", DefaultParameterSetName="PassThru", HelpUri="https://go.microsoft.com/fwlink/?LinkID=113364")] 
public class OutGridViewCommand : PSCmdlet, IDisposable
[CmdletAttribute(L"Out", L"GridView", DefaultParameterSetName=L"PassThru", HelpUri=L"https://go.microsoft.com/fwlink/?LinkID=113364")] 
public ref class OutGridViewCommand : public PSCmdlet, IDisposable
/** @attribute CmdletAttribute("Out", "GridView", DefaultParameterSetName="PassThru", HelpUri="https://go.microsoft.com/fwlink/?LinkID=113364") */ 
public class OutGridViewCommand extends PSCmdlet implements IDisposable
CmdletAttribute("Out", "GridView", DefaultParameterSetName="PassThru", HelpUri="https://go.microsoft.com/fwlink/?LinkID=113364") 
public class OutGridViewCommand extends PSCmdlet implements IDisposable

Remarks

Sends output to an interactive table in a separate window. For more information about this cmdlet, see Out-GridView in the Microsoft TechNet Library.

For Help at the command line, type:

get-help out-gridview

Inheritance Hierarchy

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

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

OutGridViewCommand Members
Microsoft.PowerShell.Commands Namespace

Other Resources

Windows PowerShell SDK