ModelMetadataProvider.GetMetadataForType(Func<Object>, Type) Methode

Definitie

Retourneert metagegevens voor het opgegeven modeltype.

public:
 abstract System::Web::ModelBinding::ModelMetadata ^ GetMetadataForType(Func<System::Object ^> ^ modelAccessor, Type ^ modelType);
public abstract System.Web.ModelBinding.ModelMetadata GetMetadataForType(Func<object> modelAccessor, Type modelType);
abstract member GetMetadataForType : Func<obj> * Type -> System.Web.ModelBinding.ModelMetadata
Public MustOverride Function GetMetadataForType (modelAccessor As Func(Of Object), modelType As Type) As ModelMetadata

Parameters

modelAccessor
Func<Object>

De modeltoegangsfunctie.

modelType
Type

Het type model.

Retouren

Metagegevens voor het opgegeven modeltype.

Van toepassing op