IComNativeDescriptorHandler.GetEvents 메서드

정의

지정된 구성 요소의 이벤트를 가져옵니다.

오버로드

GetEvents(Object)

지정된 구성 요소의 이벤트를 가져옵니다.

GetEvents(Object, Attribute[])

지정된 구성 요소의 지정된 특성이 있는 이벤트를 가져옵니다.

GetEvents(Object)

지정된 구성 요소의 이벤트를 가져옵니다.

public:
 System::ComponentModel::EventDescriptorCollection ^ GetEvents(System::Object ^ component);
public System.ComponentModel.EventDescriptorCollection GetEvents (object component);
abstract member GetEvents : obj -> System.ComponentModel.EventDescriptorCollection
Public Function GetEvents (component As Object) As EventDescriptorCollection

매개 변수

component
Object

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

반환

component에 대한 이벤트 설명자의 컬렉션입니다.

설명

참고

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

적용 대상

GetEvents(Object, Attribute[])

지정된 구성 요소의 지정된 특성이 있는 이벤트를 가져옵니다.

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

매개 변수

component
Object

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

attributes
Attribute[]

이벤트를 필터링하는 데 사용되는 특성입니다.

반환

component에 대한 이벤트 설명자의 컬렉션입니다.

설명

참고

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

적용 대상