TagList.IndexOf(KeyValuePair<String,Object>) メソッド

定義

指定したタグを検索し、 全体 TagListの最初の出現箇所の 0 から始まるインデックスを返します。

public:
 virtual int IndexOf(System::Collections::Generic::KeyValuePair<System::String ^, System::Object ^> item);
public readonly int IndexOf (System.Collections.Generic.KeyValuePair<string,object?> item);
abstract member IndexOf : System.Collections.Generic.KeyValuePair<string, obj> -> int
override this.IndexOf : System.Collections.Generic.KeyValuePair<string, obj> -> int
Public Function IndexOf (item As KeyValuePair(Of String, Object)) As Integer

パラメーター

item
KeyValuePair<String,Object>

内で TagList検索するタグ。

戻り値

タグ リスト内の の最初の再帰の item 0 から始まるインデックス。

実装

適用対象