PathFigureCollection.IList.IndexOf(Object) メソッド
定義
このメンバーの詳細については、「IndexOf(Object)」をご覧ください。For a description of this member, see IndexOf(Object).
virtual int System.Collections.IList.IndexOf(System::Object ^ value) = System::Collections::IList::IndexOf;
int IList.IndexOf (object value);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (value As Object) As Integer Implements IList.IndexOf
パラメーター
- value
- Object
PathFigureCollection 内で検索される Object。The Object to locate in the PathFigureCollection.
戻り値
リストに存在する場合は value
のインデックス。それ以外の場合は -1。The index of value
if found in the list; otherwise, -1.
実装
注釈
このメンバーは、明示的なインターフェイス メンバーの実装です。This member is an explicit interface member implementation. これは、PathFigureCollection のインスタンスが IList インターフェイスにキャストされる場合のみ、使用できます。It can be used only when the PathFigureCollection instance is cast to an IList interface.