Share via


EventsTab.GetProperties 메서드

정의

이벤트 탭의 모든 속성을 가져옵니다.

오버로드

GetProperties(Object, Attribute[])

지정한 특성에 일치하는 이벤트 탭의 모든 속성을 가져옵니다.

GetProperties(ITypeDescriptorContext, Object, Attribute[])

지정한 특성과 컨텍스트에 일치하는 이벤트 탭의 모든 속성을 가져옵니다.

GetProperties(Object, Attribute[])

지정한 특성에 일치하는 이벤트 탭의 모든 속성을 가져옵니다.

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

매개 변수

component
Object

속성을 검색할 구성 요소입니다.

attributes
Attribute[]

검색할 이벤트 속성의 특성을 나타내는 Attribute의 배열입니다.

반환

PropertyDescriptorCollection

속성이 포함된 PropertyDescriptorCollection입니다. 구성 요소가 이벤트 서비스를 구현하지 않으면 PropertyDescriptorCollection은 비어 있게 됩니다.

설명

이벤트 탭 속성은 구성 요소의 이벤트 서비스에서 반환 되는 이벤트 속성에서 결정 됩니다.

적용 대상

GetProperties(ITypeDescriptorContext, Object, Attribute[])

지정한 특성과 컨텍스트에 일치하는 이벤트 탭의 모든 속성을 가져옵니다.

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

매개 변수

context
ITypeDescriptorContext

컨텍스트 정보를 얻는 데 사용할 수 있는 ITypeDescriptorContext입니다.

component
Object

속성을 검색할 구성 요소입니다.

attributes
Attribute[]

검색할 이벤트 속성의 특성을 나타내는 Attribute 형식의 배열입니다.

반환

PropertyDescriptorCollection

속성이 포함된 PropertyDescriptorCollection입니다. 구성 요소가 이벤트 서비스를 구현하지 않으면 PropertyDescriptorCollection은 비어 있게 됩니다.

적용 대상