EventDescriptorCollection.IndexOf(EventDescriptor) メソッド

定義

指定した EventDescriptor のインデックスを返します。

public:
 int IndexOf(System::ComponentModel::EventDescriptor ^ value);
public int IndexOf (System.ComponentModel.EventDescriptor value);
public int IndexOf (System.ComponentModel.EventDescriptor? value);
member this.IndexOf : System.ComponentModel.EventDescriptor -> int
Public Function IndexOf (value As EventDescriptor) As Integer

パラメーター

value
EventDescriptor

コレクション内で検索する EventDescriptor

戻り値

コレクション内の指定した EventDescriptor のインデックス。

注釈

注意

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

適用対象