ModelMetadataTypeAttribute(Type) コンストラクター

定義

ModelMetadataTypeAttribute クラスの新しいインスタンスを初期化します。

public:
 ModelMetadataTypeAttribute(Type ^ type);
public ModelMetadataTypeAttribute (Type type);
new Microsoft.AspNetCore.Mvc.ModelMetadataTypeAttribute : Type -> Microsoft.AspNetCore.Mvc.ModelMetadataTypeAttribute
Public Sub New (type As Type)

パラメーター

type
Type

データ モデル クラスに関連付けられているメタデータ クラスの型。

適用対象