ModelMetadata.Properties 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得模型中繼資料物件的集合,這類物件描述模型的屬性。
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)
屬性值
描述模型屬性之模型中繼資料物件的集合。