共用方式為


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 實例。

例外狀況

propertyTypenamenull

propertyType 無法用於序列化。

JsonTypeInfo實例已鎖定以進行進一步修改。

適用於