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