JsonPolymorphismOptions.DerivedTypes 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得目前多型類型組態中支援的衍生型別清單。
public:
property System::Collections::Generic::IList<System::Text::Json::Serialization::Metadata::JsonDerivedType> ^ DerivedTypes { System::Collections::Generic::IList<System::Text::Json::Serialization::Metadata::JsonDerivedType> ^ get(); };
public System.Collections.Generic.IList<System.Text.Json.Serialization.Metadata.JsonDerivedType> DerivedTypes { get; }
member this.DerivedTypes : System.Collections.Generic.IList<System.Text.Json.Serialization.Metadata.JsonDerivedType>
Public ReadOnly Property DerivedTypes As IList(Of JsonDerivedType)