JsonTypeInfo.ConstructorAttributeProvider 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置与反序列化构造函数对应的属性提供程序。
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。