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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.