共用方式為


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

要套用至目前成員的處理。

適用於