Windows apps
Collapse the table of content
Expand the table of content
Information
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^>^)

 

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:
© 2017 Microsoft