CodeGenerator.GenerateBinaryOperatorExpression Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Génère du code pour l’expression d’opérateur binaire spécifiée.
protected:
virtual void GenerateBinaryOperatorExpression(System::CodeDom::CodeBinaryOperatorExpression ^ e);
protected virtual void GenerateBinaryOperatorExpression(System.CodeDom.CodeBinaryOperatorExpression e);
abstract member GenerateBinaryOperatorExpression : System.CodeDom.CodeBinaryOperatorExpression -> unit
override this.GenerateBinaryOperatorExpression : System.CodeDom.CodeBinaryOperatorExpression -> unit
Protected Overridable Sub GenerateBinaryOperatorExpression (e As CodeBinaryOperatorExpression)
Paramètres
Qui CodeBinaryOperatorExpression indique l’expression pour laquelle générer du code.
Exceptions
e a la valeur null.