VCCodeParameter::IsConstant Property

 

Gets or sets a value to describe whether this 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 this item is a constant; otherwise, false.

Return to top
Show: