Share via


JsonObjectCreationHandlingAttribute(JsonObjectCreationHandling) コンストラクター

定義

JsonObjectCreationHandlingAttribute の新しいインスタンスを初期化します。

public:
 JsonObjectCreationHandlingAttribute(System::Text::Json::Serialization::JsonObjectCreationHandling handling);
public JsonObjectCreationHandlingAttribute (System.Text.Json.Serialization.JsonObjectCreationHandling handling);
new System.Text.Json.Serialization.JsonObjectCreationHandlingAttribute : System.Text.Json.Serialization.JsonObjectCreationHandling -> System.Text.Json.Serialization.JsonObjectCreationHandlingAttribute
Public Sub New (handling As JsonObjectCreationHandling)

パラメーター

handling
JsonObjectCreationHandling

現在のメンバーに適用する処理。

適用対象