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 值來解析有效處理。