AstToXamlConverter.ICustomAstVisitor.VisitIfStatement(IfStatementAst) 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.
virtual System::Object ^ System.Management.Automation.Language.ICustomAstVisitor.VisitIfStatement(System::Management::Automation::Language::IfStatementAst ^ ifStmtAst) = System::Management::Automation::Language::ICustomAstVisitor::VisitIfStatement;
object ICustomAstVisitor.VisitIfStatement (System.Management.Automation.Language.IfStatementAst ifStmtAst);
abstract member System.Management.Automation.Language.ICustomAstVisitor.VisitIfStatement : System.Management.Automation.Language.IfStatementAst -> obj
override this.System.Management.Automation.Language.ICustomAstVisitor.VisitIfStatement : System.Management.Automation.Language.IfStatementAst -> obj
Function VisitIfStatement (ifStmtAst As IfStatementAst) As Object Implements ICustomAstVisitor.VisitIfStatement
Parameters
- ifStmtAst
- IfStatementAst