IModelMetadataProvider.GetMetadataForType(Type) 메서드

정의

를 설명하는 메타데이터를 Type제공합니다.

public:
 Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^ GetMetadataForType(Type ^ modelType);
public Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata GetMetadataForType (Type modelType);
abstract member GetMetadataForType : Type -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata
Public Function GetMetadataForType (modelType As Type) As ModelMetadata

매개 변수

modelType
Type

Type

반환

ModelMetadata 설명하는 Typeinstance.

적용 대상