次の方法で共有


EmptyModelMetadataProvider.CreateMetadata メソッド

定義

ModelMetadata クラスの新しいインスタンスを作成します。

protected:
 override System::Web::ModelBinding::ModelMetadata ^ CreateMetadata(System::Collections::Generic::IEnumerable<Attribute ^> ^ attributes, Type ^ containerType, Func<System::Object ^> ^ modelAccessor, Type ^ modelType, System::String ^ propertyName);
protected override System.Web.ModelBinding.ModelMetadata CreateMetadata (System.Collections.Generic.IEnumerable<Attribute> attributes, Type containerType, Func<object> modelAccessor, Type modelType, string propertyName);
override this.CreateMetadata : seq<Attribute> * Type * Func<obj> * Type * string -> System.Web.ModelBinding.ModelMetadata
Protected Overrides Function CreateMetadata (attributes As IEnumerable(Of Attribute), containerType As Type, modelAccessor As Func(Of Object), modelType As Type, propertyName As String) As ModelMetadata

パラメーター

attributes
IEnumerable<Attribute>

属性。

containerType
Type

コンテナーの型。コンテナーが存在しない場合は null

modelAccessor
Func<Object>

モデル アクセサー。

modelType
Type

モデルの型。

propertyName
String

プロパティ名。モデルがプロパティではない場合は、null

戻り値

空のメタデータ オブジェクト。

適用対象