次の方法で共有


JsonTypeInfo.ConstructorAttributeProvider プロパティ

定義

逆シリアル化コンストラクターに対応する属性プロバイダーを取得または設定します。

public:
 property System::Reflection::ICustomAttributeProvider ^ ConstructorAttributeProvider { System::Reflection::ICustomAttributeProvider ^ get(); };
public System.Reflection.ICustomAttributeProvider? ConstructorAttributeProvider { get; }
member this.ConstructorAttributeProvider : System.Reflection.ICustomAttributeProvider
Public ReadOnly Property ConstructorAttributeProvider As ICustomAttributeProvider

プロパティ値

例外

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

注釈

組み込みのリゾルバーを使用してメタデータを解決する場合、これには

シリアル化されたプロパティまたはフィールドの基になる ConstructorInfo

適用対象