JsonPropertyInfo.ObjectCreationHandling 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置一个值,该值指示在反序列化期间是否应替换或填充属性或字段。
public:
property Nullable<System::Text::Json::Serialization::JsonObjectCreationHandling> ObjectCreationHandling { Nullable<System::Text::Json::Serialization::JsonObjectCreationHandling> get(); void set(Nullable<System::Text::Json::Serialization::JsonObjectCreationHandling> value); };
public System.Text.Json.Serialization.JsonObjectCreationHandling? ObjectCreationHandling { get; set; }
member this.ObjectCreationHandling : Nullable<System.Text.Json.Serialization.JsonObjectCreationHandling> with get, set
Public Property ObjectCreationHandling As Nullable(Of JsonObjectCreationHandling)
属性值
注解
此属性的初始值基于属性上是否存在 属性 JsonObjectCreationHandlingAttribute 。 当为 时 null
,根据属性转换器填充的功能以及包含类型的 PreferredPropertyObjectCreationHandling 和 PreferredObjectCreationHandling 值解析有效的处理。