ModelMetadata.Properties 属性

定义

获取模型元数据对象的集合,这些对象描述模型的属性。

public virtual System.Collections.Generic.IEnumerable<System.Web.Mvc.ModelMetadata> Properties { get; }
member this.Properties : seq<System.Web.Mvc.ModelMetadata>
Public Overridable ReadOnly Property Properties As IEnumerable(Of ModelMetadata)

属性值

用于描述模型属性的模型元数据对象的集合。

适用于