CodeDomSerializerBase.GetEventsHelper メソッド

定義

プロジェクトのターゲット バージョンの.NETで定義されているイベントのコレクションを取得します。

protected:
 static System::ComponentModel::EventDescriptorCollection ^ GetEventsHelper(System::ComponentModel::Design::Serialization::IDesignerSerializationManager ^ manager, System::Object ^ instance, cli::array <Attribute ^> ^ attributes);
protected static System.ComponentModel.EventDescriptorCollection GetEventsHelper(System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, object instance, Attribute[] attributes);
protected static System.ComponentModel.EventDescriptorCollection GetEventsHelper(System.ComponentModel.Design.Serialization.IDesignerSerializationManager manager, object instance, Attribute[]? attributes);
static member GetEventsHelper : System.ComponentModel.Design.Serialization.IDesignerSerializationManager * obj * Attribute[] -> System.ComponentModel.EventDescriptorCollection
Protected Shared Function GetEventsHelper (manager As IDesignerSerializationManager, instance As Object, attributes As Attribute()) As EventDescriptorCollection

パラメーター

manager
IDesignerSerializationManager

シリアル化マネージャー。

instance
Object

ターゲット型のオブジェクト。

attributes
Attribute[]

ターゲット バージョンの.NETに渡す属性の配列。

返品

プロジェクトのターゲット バージョンの.NETで定義されているイベントのコレクション。

適用対象