PowerShell.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.
Get a steppable pipeline object.
public System.Management.Automation.SteppablePipeline GetSteppablePipeline();
	member this.GetSteppablePipeline : unit -> System.Management.Automation.SteppablePipeline
	Public Function GetSteppablePipeline () As SteppablePipeline
	Returns
A steppable pipeline object.
Exceptions
An attempt was made to use the scriptblock outside of the engine.