Compartir a través de


ModelMetadataProvider.GetMetadataForProperties(Type) Método

Definición

Proporciona metadatos que describen las propiedades de un Typeobjeto .

public:
 abstract System::Collections::Generic::IEnumerable<Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^> ^ GetMetadataForProperties(Type ^ modelType);
public abstract System.Collections.Generic.IEnumerable<Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata> GetMetadataForProperties (Type modelType);
abstract member GetMetadataForProperties : Type -> seq<Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata>
Public MustOverride 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

Implementaciones

Se aplica a