IFieldSymbol.IsConst 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.
Renvoie la valeur true si ce champ a été déclaré comme « const » (c’est-à-dire une déclaration constante). Retourne également true pour un membre d’énumération.
public:
property bool IsConst { bool get(); };
public bool IsConst { get; }
member this.IsConst : bool
Public ReadOnly Property IsConst As Boolean