IEventBindingService.GetEventProperties(EventDescriptorCollection) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Converts a set of event descriptors to a set of property descriptors.
public:
System::ComponentModel::PropertyDescriptorCollection ^ GetEventProperties(System::ComponentModel::EventDescriptorCollection ^ events);
public System.ComponentModel.PropertyDescriptorCollection GetEventProperties (System.ComponentModel.EventDescriptorCollection events);
abstract member GetEventProperties : System.ComponentModel.EventDescriptorCollection -> System.ComponentModel.PropertyDescriptorCollection
Public Function GetEventProperties (events As EventDescriptorCollection) As PropertyDescriptorCollection
Parameters
- events
- EventDescriptorCollection
The events to convert to properties.
Returns
An array of PropertyDescriptor objects that describe the event set.
Remarks
Each returned PropertyDescriptor has a PropertyType of string.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.