System::TypeInfo::GetCustomAttributes 메서드

TypeInfo::GetCustomAttributes() const method

형식에 적용된 모든 사용자 정의 특성을 나타내는 객체를 포함하는 배열을 반환합니다.

ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes() const

또 보기

TypeInfo::GetCustomAttributes(const TypeInfo&, bool) const method

형식에 적용된 특정 특성을 나타내는 객체를 포함하는 배열을 반환합니다.

ArrayPtr<ObjectPtr> System::TypeInfo::GetCustomAttributes(const TypeInfo &attributeType, bool inherit) const
매개변수형식설명
attributeTypeconst TypeInfo&검색할 특성의 유형입니다.
inheritbool상속된 특성도 검색할지 여부입니다.

또 보기