다음을 통해 공유


ModelMetadataProvider.GetMetadataForType(Func<Object>, Type) 메서드

정의

지정된 모델 형식에 대한 메타데이터를 반환합니다.

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

매개 변수

modelAccessor
Func<Object>

모델 접근자입니다.

modelType
Type

모델의 형식입니다.

반환

ModelMetadata

지정된 모델 형식에 대한 메타데이터입니다.

적용 대상