ModelMetadata.Properties 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得模型中繼資料物件的集合,這類物件描述模型的屬性。
public:
virtual property System::Collections::Generic::IEnumerable<System::Web::ModelBinding::ModelMetadata ^> ^ Properties { System::Collections::Generic::IEnumerable<System::Web::ModelBinding::ModelMetadata ^> ^ get(); };
public virtual System.Collections.Generic.IEnumerable<System.Web.ModelBinding.ModelMetadata> Properties { get; }
member this.Properties : seq<System.Web.ModelBinding.ModelMetadata>
Public Overridable ReadOnly Property Properties As IEnumerable(Of ModelMetadata)
屬性值
模型中所有屬性的中繼資料。