ModelAttributes.GetAttributesForParameter 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GetAttributesForParameter(ParameterInfo) |
지정된 |
GetAttributesForParameter(ParameterInfo, Type) |
지정된 |
GetAttributesForParameter(ParameterInfo)
- Source:
- ModelAttributes.cs
- Source:
- ModelAttributes.cs
- Source:
- ModelAttributes.cs
지정된 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의 특성이 있는 instance.
적용 대상
GetAttributesForParameter(ParameterInfo, Type)
- Source:
- ModelAttributes.cs
- Source:
- ModelAttributes.cs
지정된 modelType
를 사용하여 지정된 parameterInfo
에 대한 특성을 가져옵니다.
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의 특성이 있는 instance.