ModelMetadata.Properties Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la collection d’instances ModelMetadata pour les propriétés du modèle.
public:
abstract property Microsoft::AspNetCore::Mvc::ModelBinding::ModelPropertyCollection ^ Properties { Microsoft::AspNetCore::Mvc::ModelBinding::ModelPropertyCollection ^ get(); };
public abstract Microsoft.AspNetCore.Mvc.ModelBinding.ModelPropertyCollection Properties { get; }
member this.Properties : Microsoft.AspNetCore.Mvc.ModelBinding.ModelPropertyCollection
Public MustOverride ReadOnly Property Properties As ModelPropertyCollection