Właściwość VCCodeParameter.IsConstant —

Zwraca lub ustawia wartość do opisywania, czy ten element jest stała.

Przestrzeń nazw:  Microsoft.VisualStudio.VCCodeModel
Zestaw:  Microsoft.VisualStudio.VCCodeModel (w Microsoft.VisualStudio.VCCodeModel.dll)

Składnia

'Deklaracja
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)

Wartość właściwości

Typ: Boolean
true Jeśli ten element jest stała; w przeciwnym razie false.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

VCCodeParameter Interfejs

Przestrzeń nazw Microsoft.VisualStudio.VCCodeModel