次の方法で共有


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 で定義されているイベントのコレクション。

適用対象