MemberInfo.CustomAttributes Propriedade

Definição

Obtém uma coleção que contém os atributos personalizados desse membro.

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)

Valor da propriedade

IEnumerable<CustomAttributeData>

Uma coleção que contém os atributos personalizados deste membro.

Aplica-se a