CachedDataAnnotationsModelMetadataProvider.CreateMetadataPrototype メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
メタデータ クラスのコンテナー プロトタイプ インスタンスを返します。
protected override System.Web.Mvc.CachedDataAnnotationsModelMetadata CreateMetadataPrototype (System.Collections.Generic.IEnumerable<Attribute> attributes, Type containerType, Type modelType, string propertyName);
override this.CreateMetadataPrototype : seq<Attribute> * Type * Type * string -> System.Web.Mvc.CachedDataAnnotationsModelMetadata
Protected Overrides Function CreateMetadataPrototype (attributes As IEnumerable(Of Attribute), containerType As Type, modelType As Type, propertyName As String) As CachedDataAnnotationsModelMetadata
パラメーター
- attributes
- IEnumerable<Attribute>
属性の型。
- containerType
- Type
コンテナーの型。
- modelType
- Type
モデル型。
- propertyName
- String
プロパティ名。
戻り値
メタデータ クラスのコンテナー プロトタイプ インスタンス。