Module.CustomAttributes Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a collection that contains this module's custom attributes.
Assembly: mscorlib (in mscorlib.dll)
'Declaration Public Overridable ReadOnly Property CustomAttributes As IEnumerable(Of CustomAttributeData)
Property Value
Type: System.Collections.Generic.IEnumerable(Of CustomAttributeData)A collection that contains this module's custom attributes.
Show: