C# Класс Hawkeye.UI.PropertyTabs.InstanceEventsTab

Наследование: BasePropertyTab
Показать файл Открыть проект

Защищенные методы

Метод Описание
GetAllProperties ( ITypeDescriptorContext context, object component, Attribute attributes ) : PropertyDescriptorCollection

Gets all the properties of the specified component that match the specified attributes and context.

Описание методов

GetAllProperties() защищенный Метод

Gets all the properties of the specified component that match the specified attributes and context.
protected GetAllProperties ( ITypeDescriptorContext context, object component, Attribute attributes ) : PropertyDescriptorCollection
context ITypeDescriptorContext
component object The component to retrieve properties from.
attributes System.Attribute /// An array of type that indicates the /// attributes of the properties to retrieve.
Результат System.ComponentModel.PropertyDescriptorCollection