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