ModelAttributes.GetAttributesForParameter メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
GetAttributesForParameter(ParameterInfo) |
指定 |
GetAttributesForParameter(ParameterInfo, Type) |
指定した で指定 |
GetAttributesForParameter(ParameterInfo)
指定 parameterInfo
した の属性を取得します。
public:
static Microsoft::AspNetCore::Mvc::ModelBinding::ModelAttributes ^ GetAttributesForParameter(System::Reflection::ParameterInfo ^ parameterInfo);
public static Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes GetAttributesForParameter (System.Reflection.ParameterInfo parameterInfo);
static member GetAttributesForParameter : System.Reflection.ParameterInfo -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes
Public Shared Function GetAttributesForParameter (parameterInfo As ParameterInfo) As ModelAttributes
パラメーター
- parameterInfo
- ParameterInfo
ParameterInfo属性を解決する必要がある 。
戻り値
ModelAttributesパラメーターとその Typeの属性を持つ インスタンス。
適用対象
GetAttributesForParameter(ParameterInfo, Type)
指定した で指定 parameterInfo
された の属性を取得します modelType
。
public:
static Microsoft::AspNetCore::Mvc::ModelBinding::ModelAttributes ^ GetAttributesForParameter(System::Reflection::ParameterInfo ^ parameterInfo, Type ^ modelType);
public static Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes GetAttributesForParameter (System.Reflection.ParameterInfo parameterInfo, Type modelType);
static member GetAttributesForParameter : System.Reflection.ParameterInfo * Type -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes
Public Shared Function GetAttributesForParameter (parameterInfo As ParameterInfo, modelType As Type) As ModelAttributes
パラメーター
- parameterInfo
- ParameterInfo
ParameterInfo属性を解決する必要がある 。
- modelType
- Type
モデル型。
戻り値
ModelAttributesパラメーターとその Typeの属性を持つ インスタンス。