次の方法で共有


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

プロパティの名前。

戻り値

指定したプロパティのメタデータ。

適用対象