EventDescriptorCollection.Insert(Int32, EventDescriptor) メソッド

定義

コレクション内の指定したインデックス位置に EventDescriptor を挿入します。

public:
 void Insert(int index, System::ComponentModel::EventDescriptor ^ value);
public void Insert (int index, System.ComponentModel.EventDescriptor value);
public void Insert (int index, System.ComponentModel.EventDescriptor? value);
member this.Insert : int * System.ComponentModel.EventDescriptor -> unit
Public Sub Insert (index As Integer, value As EventDescriptor)

パラメーター

index
Int32

コレクション内の value パラメーターの挿入位置を示すインデックス。

value
EventDescriptor

コレクションに挿入する EventDescriptor

例外

コレクションは読み取り専用です。

注釈

注意

HostProtectionAttributeこのクラスに適用される属性のプロパティ値は Resources です。 Synchronization HostProtectionAttribute は、デスクトップ アプリケーション (通常、アイコンのダブルクリック、コマンドの入力、またはブラウザーへの URL の入力により起動されます) には影響しません。 詳細については、「クラス」または「プログラミング属性とホスト保護属性SQL Server」を参照してくださいHostProtectionAttribute

適用対象