Sdílet prostřednictvím


IModelMetadataProvider.GetMetadataForProperties(Type) Metoda

Definice

Poskytuje metadata popisující vlastnosti objektu Type.

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)

Parametry

modelType
Type

Hodnota Type

Návraty

Sada ModelMetadata instancí popisujících vlastnosti objektu Type.

Platí pro