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