Compartir a través de


IModelMetadataProvider.GetMetadataForProperties(Type) Método

Definición

Proporciona metadatos que describen las propiedades de un Typeobjeto .

public:
 System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^> ^ GetMetadataForProperties(Type ^ modelType);
public System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata> GetMetadataForProperties (Type modelType);
abstract member GetMetadataForProperties : Type -> seq<Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata>
Public Function GetMetadataForProperties (modelType As Type) As IEnumerable(Of ModelMetadata)

Parámetros

modelType
Type

Type.

Devoluciones

Un conjunto de instancias que ModelMetadata describen las propiedades de .Type

Se aplica a