ProblemDetails.Extensions Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
uzantı üyeleri için öğesini IDictionary<TKey,TValue> alır.
Sorun türü tanımları, sorun ayrıntıları nesnesini ek üyelerle genişletebilir. Uzantı üyeleri, bir sorun türünün diğer üyeleriyle aynı ad alanında görünür.
public:
property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Extensions { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
[Newtonsoft.Json.JsonExtensionData]
public System.Collections.Generic.IDictionary<string,object> Extensions { get; }
[System.Text.Json.Serialization.JsonExtensionData]
public System.Collections.Generic.IDictionary<string,object> Extensions { get; }
[System.Text.Json.Serialization.JsonExtensionData]
public System.Collections.Generic.IDictionary<string,object?> Extensions { get; }
[System.Text.Json.Serialization.JsonExtensionData]
public System.Collections.Generic.IDictionary<string,object?> Extensions { get; set; }
[<Newtonsoft.Json.JsonExtensionData>]
member this.Extensions : System.Collections.Generic.IDictionary<string, obj>
[<System.Text.Json.Serialization.JsonExtensionData>]
member this.Extensions : System.Collections.Generic.IDictionary<string, obj>
[<System.Text.Json.Serialization.JsonExtensionData>]
member this.Extensions : System.Collections.Generic.IDictionary<string, obj> with get, set
Public ReadOnly Property Extensions As IDictionary(Of String, Object)
Public Property Extensions As IDictionary(Of String, Object)
Özellik Değeri
- Öznitelikler
-
Newtonsoft.Json.JsonExtensionDataAttribute JsonExtensionDataAttribute
Açıklamalar
için Extensions yuvarlama davranışı, Giriş \ Çıkış biçimlendiricilerinin uygulanması tarafından belirlenir. Özellikle, yerleşik JSON veya XML biçimlendiricileri kullanılırken karmaşık türler veya koleksiyon türleri özgün türe gidiş dönüş yapamayabilir.