Aracılığıyla paylaş


JsonTypeInfo.CreateJsonPropertyInfo(Type, String) Yöntem

Tanım

Geçerli JsonTypeInfoiçin boş JsonPropertyInfo bir örnek oluşturur.

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

Parametreler

propertyType
Type

Özelliği için bildirilen tür.

name
String

JSON serileştirme ve seri durumdan çıkarmada kullanılan özellik adı.

Döndürülenler

Boş JsonPropertyInfo bir örnek.

Özel durumlar

propertyType veya name şeklindedir null.

propertyType serileştirme için kullanılamaz.

Örnek JsonTypeInfo daha fazla değişiklik için kilitlendi.

Şunlara uygulanır