共用方式為


AssociatedMetadataProvider.GetMetadataForProperties(Object, Type) 方法

定義

傳回模型的屬性清單。

public override System.Collections.Generic.IEnumerable<System.Web.Mvc.ModelMetadata> GetMetadataForProperties (object container, Type containerType);
override this.GetMetadataForProperties : obj * Type -> seq<System.Web.Mvc.ModelMetadata>
Public Overrides Function GetMetadataForProperties (container As Object, containerType As Type) As IEnumerable(Of ModelMetadata)

參數

container
Object

模型容器。

containerType
Type

容器的型別。

傳回

模型的屬性清單。

適用於