IAstPostVisitHandler.PostVisit(Ast) Method

Definition

The function called on each ast node after processing it's children.

public:
 void PostVisit(System::Management::Automation::Language::Ast ^ ast);
public void PostVisit (System.Management.Automation.Language.Ast ast);
abstract member PostVisit : System.Management.Automation.Language.Ast -> unit
Public Sub PostVisit (ast As Ast)

Parameters

ast
Ast

The ast whose children have all been processed and whose siblings and parents are about to be processed.

Applies to