JsonPropertyInfoValues<T>.AttributeProviderFactory プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
AttributeProviderにマップする ICustomAttributeProvider ファクトリを提供します。
public:
property Func<System::Reflection::ICustomAttributeProvider ^> ^ AttributeProviderFactory { Func<System::Reflection::ICustomAttributeProvider ^> ^ get(); void set(Func<System::Reflection::ICustomAttributeProvider ^> ^ value); };
public Func<System.Reflection.ICustomAttributeProvider>? AttributeProviderFactory { get; init; }
member this.AttributeProviderFactory : Func<System.Reflection.ICustomAttributeProvider> with get, set
Public Property AttributeProviderFactory As Func(Of ICustomAttributeProvider)