VCCodeFunction::IsConstant Property

 

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

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

property bool IsConstant {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the item is a constant, false otherwise.

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

Return to top
Show: