TagList.IndexOf(KeyValuePair<String,Object>) Metoda

Definice

Vyhledá zadanou značku a vrátí index prvního výskytu v rámci celého TagListobjektu od nuly.

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

Parametry

item
KeyValuePair<String,Object>

Značka, která se má vyhledat v .TagList

Návraty

Index od nuly prvního objektu item v seznamu značek.

Implementuje

Platí pro