Aracılığıyla paylaş


ModelMetadata.GetMetadataForProperties(Type) Yöntem

Tanım

Bir öğesinin özelliklerini Typeaçıklayan meta veriler sağlar.

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

Parametreler

modelType
Type

Type.

Döndürülenler

özelliklerini Typeaçıklayan bir örnek kümesiModelMetadata.

Uygulamalar

Şunlara uygulanır