CodeBinaryOperatorExpression.Operator Propriété
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.
Obtient ou définit l’opérateur dans l’expression d’opérateur binaire.
public:
property System::CodeDom::CodeBinaryOperatorType Operator { System::CodeDom::CodeBinaryOperatorType get(); void set(System::CodeDom::CodeBinaryOperatorType value); };
public System.CodeDom.CodeBinaryOperatorType Operator { get; set; }
member this.Operator : System.CodeDom.CodeBinaryOperatorType with get, set
Public Property Operator As CodeBinaryOperatorType
Valeur de propriété
Qui CodeBinaryOperatorType indique le type d’opérateur dans l’expression.
Remarques
Un opérateur binaire effectue une évaluation sur deux opérandes. Certains exemples d’opérateurs binaires sont des opérateurs d’égalité (), d’ajout (==+) et de bits (|). De nombreux opérateurs binaires couramment utilisés se trouvent dans l’énumération CodeBinaryOperatorType .