DesignerActionListCollection.IndexOf(DesignerActionList) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
コレクション内での指定した項目のインデックスを調べます。
public:
int IndexOf(System::ComponentModel::Design::DesignerActionList ^ value);
public int IndexOf (System.ComponentModel.Design.DesignerActionList value);
public int IndexOf (System.ComponentModel.Design.DesignerActionList? value);
member this.IndexOf : System.ComponentModel.Design.DesignerActionList -> int
Public Function IndexOf (value As DesignerActionList) As Integer
パラメーター
- value
- DesignerActionList
コレクション内で検索する DesignerActionList。
戻り値
内部リストに存在する場合は value
のインデックス。それ以外の場合は -1。
注釈
内部的には、 クラスは をDesignerActionListCollectionSystem.Collections.ArrayList使用してオブジェクトのDesignerActionListコレクションを格納します。
適用対象
こちらもご覧ください
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET