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^>^)
.NET Framework (current version)
Returns a PropertyDescriptorCollection.
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
Available since 3.0
Show: