VCCodeProperty::IsTrivial Property
Visual Studio 2015
Gets or sets a value indicating whether the property is trivial.
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
A property is trivial if it is not user-defined. This means the getter, setter, and variable storage is generated by the compiler.
Show: