ModelPropertyCollection.Item[String] 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 une ModelMetadata instance pour la propriété correspondant à propertyName
.
public:
property Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^ default[System::String ^] { Microsoft::AspNetCore::Mvc::ModelBinding::ModelMetadata ^ get(System::String ^ propertyName); };
public Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata this[string propertyName] { get; }
public Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata? this[string propertyName] { get; }
member this.Item(string) : Microsoft.AspNetCore.Mvc.ModelBinding.ModelMetadata
Default Public ReadOnly Property Item(propertyName As String) As ModelMetadata
Paramètres
Valeur de propriété
Le ModelMetadata instance pour la propriété spécifiée par propertyName
, ou null
si aucune correspondance n’est trouvée.