DependencyPropertyDescriptor::GetChildProperties Method (Object^, array<Attribute^>^)

 
Namespace:   System.ComponentModel
Assembly:  WindowsBase (in WindowsBase.dll)

public:
virtual PropertyDescriptorCollection^ GetChildProperties(
	Object^ instance,
	array<Attribute^>^ filter
) override

Parameters

instance
Type: System::Object^

A component to get the properties for.

filter
Type: array<System::Attribute^>^

An array of type Attribute to use as a filter.

Return Value

Type: System.ComponentModel::PropertyDescriptorCollection^

A PropertyDescriptorCollection with the properties that match the specified attributes for the specified component.

This method relies on the underlying PropertyDescriptor.

.NET Framework
Available since 3.0
Return to top
Show: