VCCodeVariable::IsVolatile Property

 

Gets or sets a value indicating whether the volatile keyword is used.

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

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

Property Value

Type: System::Boolean

true if the volatile keyword is used; otherwise, false.

Return to top
Show: