IAstPostVisitHandler.PostVisit(Ast) 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.
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.