ModelMetadataProvider.GetMetadataForProperty 方法

定义

返回指定属性的元数据。

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

参数

modelAccessor
Func<Object>

模型访问器。

containerType
Type

容器的类型。

propertyName
String

属性的名称。

返回

指定属性的元数据。

适用于