AxHost::ICustomTypeDescriptor::GetProperties Method (array<Attribute^>^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Returns the properties for the current object using the specified attribute array as a filter.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
private: virtual PropertyDescriptorCollection^ GetProperties( array<Attribute^>^ attributes ) sealed = ICustomTypeDescriptor::GetProperties
Parameters
- attributes
-
Type:
array<System::Attribute^>^
An array of type Attribute that is used as a filter.
Return Value
Type: System.ComponentModel::PropertyDescriptorCollection^A PropertyDescriptorCollection that represents the events for the current AxHost that match the given set of attributes.
.NET Framework
Available since 1.1
Available since 1.1
Show: