Share via


IFieldSymbol.IsConst Propriété

Définition

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

Valeur de propriété

S’applique à