AssociatedMetadataProvider.GetMetadataForType 方法

定义

当在派生类中重写时,将返回该模型类型的元数据。

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

参数

modelAccessor
Func<Object>

模型访问器。

modelType
Type

模型的类型。

返回

ModelMetadata

模型类型的元数据。

例外

modelType 参数为 null

适用于