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.

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