AstVisitor2.VisitUsingStatement(UsingStatementAst) 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::Management::Automation::Language::AstVisitAction VisitUsingStatement(System::Management::Automation::Language::UsingStatementAst ^ usingStatementAst);
public virtual System.Management.Automation.Language.AstVisitAction VisitUsingStatement (System.Management.Automation.Language.UsingStatementAst usingStatementAst);
abstract member VisitUsingStatement : System.Management.Automation.Language.UsingStatementAst -> System.Management.Automation.Language.AstVisitAction
override this.VisitUsingStatement : System.Management.Automation.Language.UsingStatementAst -> System.Management.Automation.Language.AstVisitAction
Public Overridable Function VisitUsingStatement (usingStatementAst As UsingStatementAst) As AstVisitAction
Parameters
- usingStatementAst
- UsingStatementAst