CachedAssociatedMetadataProvider<TModelMetadata>::GetMetadataForProperties Method
Gets the metadata for the properties.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: virtual IEnumerable<ModelMetadata^>^ GetMetadataForProperties( Object^ container, Type^ containerType ) override sealed
Parameters
- container
- Type: System::Object
The container.
- containerType
- Type: System::Type
The container type.
Return Value
Type: System.Collections.Generic::IEnumerable<ModelMetadata>The metadata for the properties.
Show: