JsonTypeInfo.CreateJsonPropertyInfo(Type, String) メソッド

定義

現在JsonTypeInfoの の空JsonPropertyInfoのインスタンスを作成します。

public:
 System::Text::Json::Serialization::Metadata::JsonPropertyInfo ^ CreateJsonPropertyInfo(Type ^ propertyType, System::String ^ name);
public System.Text.Json.Serialization.Metadata.JsonPropertyInfo CreateJsonPropertyInfo (Type propertyType, string name);
member this.CreateJsonPropertyInfo : Type * string -> System.Text.Json.Serialization.Metadata.JsonPropertyInfo
Public Function CreateJsonPropertyInfo (propertyType As Type, name As String) As JsonPropertyInfo

パラメーター

propertyType
Type

プロパティの宣言された型。

name
String

JSON のシリアル化と逆シリアル化で使用されるプロパティ名。

戻り値

JsonPropertyInfo のインスタンス。

例外

propertyType または namenull です。

propertyType をシリアル化に使用できません。

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

適用対象