JsonTypeInfo.PreferredPropertyObjectCreationHandling プロパティ

定義

型に含まれるプロパティの優先 JsonObjectCreationHandling 値を取得または設定します。

public:
 property Nullable<System::Text::Json::Serialization::JsonObjectCreationHandling> PreferredPropertyObjectCreationHandling { Nullable<System::Text::Json::Serialization::JsonObjectCreationHandling> get(); void set(Nullable<System::Text::Json::Serialization::JsonObjectCreationHandling> value); };
public System.Text.Json.Serialization.JsonObjectCreationHandling? PreferredPropertyObjectCreationHandling { get; set; }
member this.PreferredPropertyObjectCreationHandling : Nullable<System.Text.Json.Serialization.JsonObjectCreationHandling> with get, set
Public Property PreferredPropertyObjectCreationHandling As Nullable(Of JsonObjectCreationHandling)

プロパティ値

例外

インスタンスは JsonTypeInfo 、さらに変更するためにロックされています。

\- または -

マップされていないメンバー処理は、 JsonTypeInfoKind.Object でのみサポートされます。

無効 JsonObjectCreationHandling な値を指定しました。

注釈

または JsonSerializerContextからDefaultJsonTypeInfoResolver生成されたコントラクトの場合、このコールバックの値は型の注釈からJsonObjectCreationHandlingAttributeマップされます。

適用対象