DependencyPropertyDescriptor.GetChildProperties(Object, Attribute[]) 메서드

정의

PropertyDescriptorCollection를 반환합니다.

public:
 override System::ComponentModel::PropertyDescriptorCollection ^ GetChildProperties(System::Object ^ instance, cli::array <Attribute ^> ^ filter);
public override System.ComponentModel.PropertyDescriptorCollection GetChildProperties (object instance, Attribute[] filter);
override this.GetChildProperties : obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Overrides Function GetChildProperties (instance As Object, filter As Attribute()) As PropertyDescriptorCollection

매개 변수

instance
Object

속성을 가져올 구성 요소입니다.

filter
Attribute[]

필터로 사용할 Attribute 형식의 배열입니다.

반환

지정된 구성 요소에 대한 지정된 특성과 일치하는 속성을 갖는 PropertyDescriptorCollection 입니다.

설명

이 메서드는 기본 PropertyDescriptor를 사용합니다.

적용 대상