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
Tee yhteistyötä kanssamme GitHubissa
Tämän sisällön lähde on GitHubissa, jossa voit myös luoda ja tarkastella ongelmia ja pull-pyyntöjä. Katso lisätietoja osallistujan oppaasta.