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