EventsTab.GetProperties 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이벤트 탭의 모든 속성을 가져옵니다.
오버로드
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
속성을 검색할 구성 요소입니다.
반환
속성이 포함된 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
속성을 검색할 구성 요소입니다.
반환
속성이 포함된 PropertyDescriptorCollection입니다. 구성 요소가 이벤트 서비스를 구현하지 않으면 PropertyDescriptorCollection은 비어 있게 됩니다.