MemberInfo.CustomAttributes Propiedad

Definición

Obtiene una colección que contiene los atributos personalizados de este miembro.

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 de propiedad

IEnumerable<CustomAttributeData>

Colección que contiene los atributos personalizados de este miembro.

Se aplica a