MemberInfo.CustomAttributes 속성

정의

이 멤버의 사용자 지정 특성을 포함하는 컬렉션을 가져옵니다.

public:
 virtual property System::Collections::Generic::IEnumerable<System::Reflection::CustomAttributeData ^> ^ CustomAttributes { System::Collections::Generic::IEnumerable<System::Reflection::CustomAttributeData ^> ^ get(); };
public virtual System.Collections.Generic.IEnumerable<System.Reflection.CustomAttributeData> CustomAttributes { get; }
member this.CustomAttributes : seq<System.Reflection.CustomAttributeData>
Public Overridable ReadOnly Property CustomAttributes As IEnumerable(Of CustomAttributeData)

속성 값

IEnumerable<CustomAttributeData>

이 멤버의 사용자 지정 특성을 포함하는 컬렉션입니다.

적용 대상