TypeDescriptor.GetEventsFromRegisteredType(Type) 메서드

정의

지정된 구성 요소 형식에 대한 이벤트 컬렉션을 가져옵니다.

public:
 static System::ComponentModel::EventDescriptorCollection ^ GetEventsFromRegisteredType(Type ^ componentType);
public static System.ComponentModel.EventDescriptorCollection GetEventsFromRegisteredType (Type componentType);
static member GetEventsFromRegisteredType : Type -> System.ComponentModel.EventDescriptorCollection
Public Shared Function GetEventsFromRegisteredType (componentType As Type) As EventDescriptorCollection

매개 변수

componentType
Type

반환

적용 대상