다음을 통해 공유


CustomReflectionContext.AddProperties(Type) 메서드

정의

파생된 클래스에서 재정의된 경우 이 리플렉션 컨텍스트에 제공된 바와 같이 지정된 형식에 대한 추가 속성 컬렉션을 제공합니다.

protected:
 virtual System::Collections::Generic::IEnumerable<System::Reflection::PropertyInfo ^> ^ AddProperties(Type ^ type);
protected virtual System.Collections.Generic.IEnumerable<System.Reflection.PropertyInfo> AddProperties (Type type);
abstract member AddProperties : Type -> seq<System.Reflection.PropertyInfo>
override this.AddProperties : Type -> seq<System.Reflection.PropertyInfo>
Protected Overridable Function AddProperties (type As Type) As IEnumerable(Of PropertyInfo)
Protected Iterator Overridable Function AddProperties (type As Type) As IEnumerable(Of PropertyInfo)

매개 변수

type
Type

속성을 추가할 형식입니다.

반환

지정된 형식에 대한 추가 속성 컬렉션입니다.

설명

지정된 된 형식에 추가할 속성을 지정 하려면이 메서드를 재정의 합니다. 속성을 만들려면 사용 합니다 CreateProperty 메서드.

적용 대상