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

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

Открытые методы

Метод Описание
AllPropertiesTab ( ) : System

Initializes a new instance of the AllPropertiesTab class.

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

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

Adds pseudo-properties for the specified component.

GetAllProperties ( ITypeDescriptorContext context, object component, Attribute attributes ) : PropertyDescriptorCollection

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

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

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

Adds pseudo-properties for the specified component.
protected AddPseudoProperties ( ITypeDescriptorContext context, object component, Attribute attributes, PropertyDescriptorCollection originalCollection ) : PropertyDescriptorCollection
context ITypeDescriptorContext An /// that indicates the context to retrieve properties from.
component object The component to retrieve properties from.
attributes System.Attribute An array of type that indicates the /// attributes of the properties to retrieve.
originalCollection System.ComponentModel.PropertyDescriptorCollection The original property descriptor collection.
Результат System.ComponentModel.PropertyDescriptorCollection

AllPropertiesTab() публичный Метод

Initializes a new instance of the AllPropertiesTab class.
public AllPropertiesTab ( ) : System
Результат System

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