VCCodeProperty::IsTrivial Property

 

Gets or sets a value indicating whether the property is trivial.

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

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

Property Value

Type: System::Boolean

true if the property is trivial; otherwise, false.

A property is trivial if it is not user-defined. This means the getter, setter, and variable storage is generated by the compiler.

Return to top
Show: