IComNativeDescriptorHandler.GetProperties(Object, Attribute[]) 메서드

정의

지정된 구성 요소의 지정된 특성이 있는 속성을 가져옵니다.

public:
 System::ComponentModel::PropertyDescriptorCollection ^ GetProperties(System::Object ^ component, cli::array <Attribute ^> ^ attributes);
public System.ComponentModel.PropertyDescriptorCollection GetProperties (object component, Attribute[] attributes);
public System.ComponentModel.PropertyDescriptorCollection GetProperties (object component, Attribute[]? attributes);
abstract member GetProperties : obj * Attribute[] -> System.ComponentModel.PropertyDescriptorCollection
Public Function GetProperties (component As Object, attributes As Attribute()) As PropertyDescriptorCollection

매개 변수

component
Object

관련된 이벤트를 가져올 구성 요소입니다.

attributes
Attribute[]

속성을 필터링하는 데 사용되는 특성입니다.

반환

component에 대한 속성 설명자의 컬렉션입니다.

설명

참고

이 API는 현재 사용되지 않습니다. 사용되는 대체 항목은 ComObjectType입니다.

적용 대상