Share via


VCCodeFunction.IsConstant Property

Definition

Gets or sets a value indicating whether or not the item is a constant.

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

Property Value

true if the item is a constant, false otherwise.

Attributes

Remarks

IsConstant returns whether the storage location represented by this code variable is settable.

Applies to