CodeGenerator.OutputOperator(CodeBinaryOperatorType) 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'opérateur spécifié.
protected:
virtual void OutputOperator(System::CodeDom::CodeBinaryOperatorType op);
protected virtual void OutputOperator (System.CodeDom.CodeBinaryOperatorType op);
abstract member OutputOperator : System.CodeDom.CodeBinaryOperatorType -> unit
override this.OutputOperator : System.CodeDom.CodeBinaryOperatorType -> unit
Protected Overridable Sub OutputOperator (op As CodeBinaryOperatorType)
Paramètres
Opérateur pour lequel générer le code.