PropertyTab::GetProperties Method (Object^, array<Attribute^>^)

 

Gets the properties of the specified component that match the specified attributes.

Namespace:   System.Windows.Forms.Design
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.

.NET Framework
Available since 1.1
Return to top
Show: