ModelMetadataProvider.GetMetadataForProperty Méthode
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 les métadonnées de la propriété spécifiée.
public abstract System.Web.Mvc.ModelMetadata GetMetadataForProperty (Func<object> modelAccessor, Type containerType, string propertyName);
abstract member GetMetadataForProperty : Func<obj> * Type * string -> System.Web.Mvc.ModelMetadata
Public MustOverride Function GetMetadataForProperty (modelAccessor As Func(Of Object), containerType As Type, propertyName As String) As ModelMetadata
Paramètres
- containerType
- Type
Type du conteneur.
- propertyName
- String
Propriété pour laquelle obtenir le modèle de métadonnées.
Retours
Objet ModelMetadata pour la propriété .