Condividi tramite


DefaultModelMetadata.GetMetadataForProperties(Type) Metodo

Definizione

Fornisce i metadati che descrivono le proprietà di un oggetto Type.

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

Parametri

modelType
Type

Oggetto Type.

Restituisce

Set di ModelMetadata istanze che descrivono le proprietà dell'oggetto Type.

Si applica a