EventBindingService.IEventBindingService.GetEventProperties 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.
virtual System::ComponentModel::PropertyDescriptorCollection ^ System.ComponentModel.Design.IEventBindingService.GetEventProperties(System::ComponentModel::EventDescriptorCollection ^ events) = System::ComponentModel::Design::IEventBindingService::GetEventProperties;
System.ComponentModel.PropertyDescriptorCollection IEventBindingService.GetEventProperties (System.ComponentModel.EventDescriptorCollection events);
abstract member System.ComponentModel.Design.IEventBindingService.GetEventProperties : System.ComponentModel.EventDescriptorCollection -> System.ComponentModel.PropertyDescriptorCollection
override this.System.ComponentModel.Design.IEventBindingService.GetEventProperties : System.ComponentModel.EventDescriptorCollection -> System.ComponentModel.PropertyDescriptorCollection
Function GetEventProperties (events As EventDescriptorCollection) As PropertyDescriptorCollection Implements IEventBindingService.GetEventProperties
Parameters
- events
- EventDescriptorCollection
The events to convert to properties.
Returns
An array of PropertyDescriptor objects that describe the event set.
Implements
Exceptions
events
is null
.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.