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.
PropertyTab::GetProperties Method (Object^, array<Attribute^>^)
.NET Framework (current version)
Gets the properties of the specified component that match the specified attributes.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
public: virtual PropertyDescriptorCollection^ GetProperties( Object^ component, array<Attribute^>^ attributes ) abstract
Parameters
- component
-
Type:
System::Object^
The component to retrieve properties from.
- attributes
-
Type:
array<System::Attribute^>^
An array of type Attribute that indicates the attributes of the properties to retrieve.
Return Value
Type: System.ComponentModel::PropertyDescriptorCollection^A PropertyDescriptorCollection that contains the properties.
.NET Framework
Available since 1.1
Available since 1.1
Show: