VCCodeClass::IsValue Property

 

Gets or sets a value indicating whether the __value keyword is applied to the VCCodeClass object.

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

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

Property Value

Type: System::Boolean

true if the __value keyword is applied to the VCCodeClass object; otherwise, false.

For more information, see __value.

Return to top
Show: