IModelMetadataProvider.GetMetadataForProperties(Type) Metodo

Definizione

Fornisce metadati che descrivono le proprietà di un Typeoggetto .

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)

Parametri

modelType
Type

Oggetto Type.

Restituisce

Set di ModelMetadata istanze che descrivono le proprietà di Type.

Si applica a