VCCodeProperty.IsTrivial Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value indicating whether the property is trivial.
public:
property bool IsTrivial { bool get(); void set(bool value); };
public:
property bool IsTrivial { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(580)]
public bool IsTrivial { [System.Runtime.InteropServices.DispId(580)] get; [System.Runtime.InteropServices.DispId(580)] set; }
[<System.Runtime.InteropServices.DispId(580)>]
[<get: System.Runtime.InteropServices.DispId(580)>]
[<set: System.Runtime.InteropServices.DispId(580)>]
member this.IsTrivial : bool with get, set
Public Property IsTrivial As Boolean
Property Value
true if the property is trivial; otherwise, false.
- Attributes
Remarks
A property is trivial if it is not user-defined. This means the getter, setter, and variable storage is generated by the compiler.