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

 

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

Namespace:   System.Windows.Forms.Design
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual PropertyDescriptorCollection^ GetProperties(
	ITypeDescriptorContext^ context,
	Object^ component,
	array<Attribute^>^ attributes
)

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext that indicates the context to retrieve properties from.

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 matching the specified context and attributes.

.NET Framework
Available since 1.1
Return to top
Show: