ICustomAstVisitor.VisitPipeline(PipelineAst) 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.
public:
 System::Object ^ VisitPipeline(System::Management::Automation::Language::PipelineAst ^ pipelineAst);
	public object VisitPipeline(System.Management.Automation.Language.PipelineAst pipelineAst);
	public virtual object VisitPipeline(System.Management.Automation.Language.PipelineAst pipelineAst);
	public virtual object? VisitPipeline(System.Management.Automation.Language.PipelineAst pipelineAst);
	abstract member VisitPipeline : System.Management.Automation.Language.PipelineAst -> obj
	abstract member VisitPipeline : System.Management.Automation.Language.PipelineAst -> obj
override this.VisitPipeline : System.Management.Automation.Language.PipelineAst -> obj
	Public Function VisitPipeline (pipelineAst As PipelineAst) As Object
	Public Overridable Function VisitPipeline (pipelineAst As PipelineAst) As Object
	Parameters
- pipelineAst
 - PipelineAst