ModelPropertyCollection.Item[String] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
ModelMetadata取得對應至 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
參數
屬性值
所 ModelMetadatapropertyName
指定的屬性實例,如果找不到相符專案,則 null
為 。