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 지정된 구성 요소의 지정된 특성과 일치하는 속성이 있는 A입니다.

설명

이 메서드는 기본 PropertyDescriptor.

적용 대상