JsonPropertyInfoValues<T>.AttributeProviderFactory Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit une ICustomAttributeProvider fabrique qui est mappée à AttributeProvider.
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)