ICustomTypeDescriptor.GetProperties Method (Attribute[])
Assembly: System (in system.dll)
PropertyDescriptorCollection GetProperties ( Attribute[] attributes )
function GetProperties (
attributes : Attribute[]
) : PropertyDescriptorCollection
Not applicable.
Parameters
- attributes
An array of type Attribute that is used as a filter.
Return Value
A PropertyDescriptorCollection that represents the filtered properties for this component instance.The properties for this instance can differ from the set of properties that the class provides. For example, if the component is sited, the site can add or remove additional properties.
If an Attribute is specified in the attributes array and the property does not have an instance of the class for that attribute, the returned collection will include the property if the Attribute is the default property.
For filtering rules, see GetProperties.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.