Freigeben über


VCCodeParameter.IsConstant-Eigenschaft

Ruft einen Wert ab, der angibt, ob dieses Element eine Konstante ist, oder legt diesen fest.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

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

Eigenschaftswert

Typ: System.Boolean
true , wenn das Elemente eine Konstante ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCCodeParameter Schnittstelle

Microsoft.VisualStudio.VCCodeModel-Namespace