Partager via


VCCodeParameter.IsConstant, propriété

Obtient ou définit une valeur pour décrire si cet élément est une constante.

Espace de noms :  Microsoft.VisualStudio.VCCodeModel
Assembly :  Microsoft.VisualStudio.VCCodeModel (dans Microsoft.VisualStudio.VCCodeModel.dll)

Syntaxe

'Déclaration
Property IsConstant As Boolean
bool IsConstant { get; set; }
property bool IsConstant {
    bool get ();
    void set (bool value);
}
abstract IsConstant : bool with get, set
function get IsConstant () : boolean 
function set IsConstant (value : boolean)

Valeur de propriété

Type : Boolean
true si l'élément est une constante ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

VCCodeParameter Interface

Microsoft.VisualStudio.VCCodeModel, espace de noms