DefaultCustomAstVisitor.VisitScriptBlock(ScriptBlockAst) 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:
virtual System::Object ^ VisitScriptBlock(System::Management::Automation::Language::ScriptBlockAst ^ scriptBlockAst);
public virtual object VisitScriptBlock (System.Management.Automation.Language.ScriptBlockAst scriptBlockAst);
abstract member VisitScriptBlock : System.Management.Automation.Language.ScriptBlockAst -> obj
override this.VisitScriptBlock : System.Management.Automation.Language.ScriptBlockAst -> obj
Public Overridable Function VisitScriptBlock (scriptBlockAst As ScriptBlockAst) As Object
Parameters
- scriptBlockAst
- ScriptBlockAst