VCCodeFunction.IsConstant Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.