ShouldSerializeResult Enumeration
.NET Framework (current version)
Defines serialization behavior as reported by a XamlMemberInvoker.
Assembly: System.Xaml (in System.Xaml.dll)
| Member name | Description | |
|---|---|---|
| Default | Unknown, defer to the type of the member. | |
| False | Do not serialize the result. | |
| True | Serialize the result. |
This is for specialized serialization support by invokers. More general serialization support should not require this enumeration. ShouldSerialize information is otherwise available to XAML writers as part of the default XAML schema context and CLR reflection.
.NET Framework
Available since 4.0
Available since 4.0
Show: