ContextConfiguration.MetadataProviderFactory Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the metadata provider.
public:
property Func<Type ^, System::ComponentModel::TypeDescriptionProvider ^> ^ MetadataProviderFactory { Func<Type ^, System::ComponentModel::TypeDescriptionProvider ^> ^ get(); void set(Func<Type ^, System::ComponentModel::TypeDescriptionProvider ^> ^ value); };
public Func<Type,System.ComponentModel.TypeDescriptionProvider> MetadataProviderFactory { get; set; }
member this.MetadataProviderFactory : Func<Type, System.ComponentModel.TypeDescriptionProvider> with get, set
Public Property MetadataProviderFactory As Func(Of Type, TypeDescriptionProvider)
Property Value
The type of the metadata provider.
Remarks
This method enables you to define a custom metadata provider for a given data context.
Applies to
See also
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.