Module.CustomAttributes Eigenschap

Definitie

Hiermee haalt u een verzameling op die de aangepaste kenmerken van deze module bevat.

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)

Waarde van eigenschap

Een verzameling die de aangepaste kenmerken van deze module bevat.

Van toepassing op