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é
CodeBinaryOperatorType indiquant le type de l'opérateur dans l'expression.
Remarques
Un opérateur binaire effectue une évaluation sur deux opérandes. Voici quelques exemples d’opérateurs binaires : les opérateurs d’égalité (==
), d’addition (+
) et de bits (|
). De nombreux opérateurs binaires couramment utilisés se trouvent dans l’énumération CodeBinaryOperatorType .