ScriptBlock.GetSteppablePipeline Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetSteppablePipeline() |
Get a steppable pipeline object. |
GetSteppablePipeline(CommandOrigin) |
Get a steppable pipeline object. |
GetSteppablePipeline(CommandOrigin, Object[]) |
Get a steppable pipeline object. |
GetSteppablePipeline()
Get a steppable pipeline object.
public:
System::Management::Automation::SteppablePipeline ^ GetSteppablePipeline();
public System.Management.Automation.SteppablePipeline GetSteppablePipeline ();
member this.GetSteppablePipeline : unit -> System.Management.Automation.SteppablePipeline
Public Function GetSteppablePipeline () As SteppablePipeline
Returns
A steppable pipeline object.
Applies to
GetSteppablePipeline(CommandOrigin)
Get a steppable pipeline object.
public:
System::Management::Automation::SteppablePipeline ^ GetSteppablePipeline(System::Management::Automation::CommandOrigin commandOrigin);
public System.Management.Automation.SteppablePipeline GetSteppablePipeline (System.Management.Automation.CommandOrigin commandOrigin);
member this.GetSteppablePipeline : System.Management.Automation.CommandOrigin -> System.Management.Automation.SteppablePipeline
Public Function GetSteppablePipeline (commandOrigin As CommandOrigin) As SteppablePipeline
Parameters
- commandOrigin
- CommandOrigin
Returns
A steppable pipeline object.
Applies to
GetSteppablePipeline(CommandOrigin, Object[])
Get a steppable pipeline object.
public:
System::Management::Automation::SteppablePipeline ^ GetSteppablePipeline(System::Management::Automation::CommandOrigin commandOrigin, cli::array <System::Object ^> ^ args);
public System.Management.Automation.SteppablePipeline GetSteppablePipeline (System.Management.Automation.CommandOrigin commandOrigin, object[] args);
member this.GetSteppablePipeline : System.Management.Automation.CommandOrigin * obj[] -> System.Management.Automation.SteppablePipeline
Public Function GetSteppablePipeline (commandOrigin As CommandOrigin, args As Object()) As SteppablePipeline
Parameters
- commandOrigin
- CommandOrigin
- args
- Object[]
Returns
A steppable pipeline object.