ModelAttributes.GetAttributesForProperty 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
GetAttributesForProperty(Type, PropertyInfo) |
지정된 |
GetAttributesForProperty(Type, PropertyInfo, Type) |
지정된 |
GetAttributesForProperty(Type, PropertyInfo)
- Source:
- ModelAttributes.cs
- Source:
- ModelAttributes.cs
- Source:
- ModelAttributes.cs
지정된 property
에 대한 특성을 가져옵니다.
public:
static Microsoft::AspNetCore::Mvc::ModelBinding::ModelAttributes ^ GetAttributesForProperty(Type ^ type, System::Reflection::PropertyInfo ^ property);
public static Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes GetAttributesForProperty (Type type, System.Reflection.PropertyInfo property);
static member GetAttributesForProperty : Type * System.Reflection.PropertyInfo -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes
Public Shared Function GetAttributesForProperty (type As Type, property As PropertyInfo) As ModelAttributes
매개 변수
- property
- PropertyInfo
PropertyInfo 특성을 확인해야 하는 입니다.
반환
ModelAttributes 속성 및 Type의 특성이 있는 instance.
적용 대상
GetAttributesForProperty(Type, PropertyInfo, Type)
- Source:
- ModelAttributes.cs
- Source:
- ModelAttributes.cs
지정된 modelType
를 사용하여 지정된 property
에 대한 특성을 가져옵니다.
public:
static Microsoft::AspNetCore::Mvc::ModelBinding::ModelAttributes ^ GetAttributesForProperty(Type ^ containerType, System::Reflection::PropertyInfo ^ property, Type ^ modelType);
public static Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes GetAttributesForProperty (Type containerType, System.Reflection.PropertyInfo property, Type modelType);
static member GetAttributesForProperty : Type * System.Reflection.PropertyInfo * Type -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelAttributes
Public Shared Function GetAttributesForProperty (containerType As Type, property As PropertyInfo, modelType As Type) As ModelAttributes
매개 변수
- property
- PropertyInfo
PropertyInfo 특성을 확인해야 하는 입니다.
- modelType
- Type
모델 유형
반환
ModelAttributes 속성 및 Type의 특성이 있는 instance.