The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ICustomTypeDescriptor::GetAttributes Method ()
.NET Framework (current version)
Returns a collection of custom attributes for this instance of a component.
Assembly: System (in System.dll)
Return Value
Type: System.ComponentModel::AttributeCollection^An AttributeCollection containing the attributes for this object.
The return value is never null.
Implementers can return an empty AttributeCollection if no custom attributes are specified for an object.
.NET Framework
Available since 1.1
Available since 1.1
Show: