C# Class Hawkeye.UI.PropertyTabs.InstanceEventsTab

Inheritance: BasePropertyTab
Afficher le fichier Open project: odalet/Hawkeye2

Méthodes protégées

Méthode Description
GetAllProperties ( ITypeDescriptorContext context, object component, Attribute attributes ) : PropertyDescriptorCollection

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

Method Details

GetAllProperties() protected méthode

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.
Résultat System.ComponentModel.PropertyDescriptorCollection