ModelAttributes 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
, 속성 또는 매개 변수와 Type연결된 특성의 결합된 목록에 대한 액세스를 제공합니다.
public ref class ModelAttributes
public class ModelAttributes
type ModelAttributes = class
Public Class ModelAttributes
- 상속
-
ModelAttributes
생성자
ModelAttributes(IEnumerable<Object>) |
사용되지 않음.
에 대한 새 ModelAttributes 를 Type만듭니다. |
ModelAttributes(IEnumerable<Object>, IEnumerable<Object>) |
사용되지 않음.
속성에 대한 새 ModelAttributes 를 만듭니다. |
속성
Attributes |
모든 특성의 집합을 가져옵니다. 이 instance 속성의 특성을 나타내는 경우 속성 정의의 특성은 속성의 Type에 있는 특성 앞에 있습니다. 이 instance 매개 변수의 특성을 나타내는 경우 매개 변수 정의의 특성은 매개 변수의 Type에 있는 특성 앞에 있습니다. |
ParameterAttributes |
매개 변수의 특성 집합을 가져오거나 |
PropertyAttributes |
속성의 특성 집합을 가져오거나 |
TypeAttributes |
의 특성 집합을 Type가져옵니다. 이 instance 속성을 TypeAttributes 나타내는 경우 에서 PropertyType검색된 특성이 포함됩니다. 이 instance 매개 변수를 나타내는 경우 에서 ParameterType검색된 특성을 포함합니다. |
메서드
GetAttributesForParameter(ParameterInfo) |
지정된 |
GetAttributesForParameter(ParameterInfo, Type) |
지정된 |
GetAttributesForProperty(Type, PropertyInfo) |
지정된 |
GetAttributesForProperty(Type, PropertyInfo, Type) |
지정된 |
GetAttributesForType(Type) |
지정된 |