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
Sodelujte z nami v storitvi GitHub
Vir za to vsebino najdete v storitvi GitHub, kjer lahko tudi ustvarite in pregledate težave in zahtevke za uveljavitev sprememb. Če želite več informacij, glejte naš vodnik za sodelavce.