VCCodeFunction.IsConstant Eigenschaft

Definition

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

public:
 property bool IsConstant { bool get(); void set(bool value); };
public:
 property bool IsConstant { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(579)]
public bool IsConstant { [System.Runtime.InteropServices.DispId(579)] get; [System.Runtime.InteropServices.DispId(579)] set; }
[<System.Runtime.InteropServices.DispId(579)>]
[<get: System.Runtime.InteropServices.DispId(579)>]
[<set: System.Runtime.InteropServices.DispId(579)>]
member this.IsConstant : bool with get, set
Public Property IsConstant As Boolean

Eigenschaftswert

Boolean

true , wenn das Element eine Konstante ist, false andernfalls.

Attribute

Hinweise

IsConstant Gibt zurück, ob der von dieser Code Variablen dargestellte Speicherort festgelegt werden kann.

Gilt für