次の方法で共有


AssociatedMetadataProvider.GetMetadataForProperties(Object, Type) メソッド

定義

派生クラスでオーバーライドされると、すべてのプロパティのメタデータを返します。

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

パラメーター

container
Object

コンテナー。

containerType
Type

コンテナーの種類。

戻り値

すべてのプロパティのメタデータ。

例外

containerType パラメーターが null です。

適用対象