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