EventBindingService.IEventBindingService.GetEventProperties メソッド

定義

一連のイベント記述子を一連のプロパティ記述子に変換します。

 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

パラメーター

events
EventDescriptorCollection

プロパティに変換する対象のイベント。

戻り値

一連のイベントを説明する PropertyDescriptor オブジェクトの配列。

実装

例外

eventsnull です。

適用対象