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

Definition

Searches for the specified tag and returns the zero-based index of the first occurrence within the entire TagList.

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

Parameters

item
KeyValuePair<String,Object>

The tag to locate in the TagList.

Returns

The zero-based index of the first ocurrence of item in the tag list.

Implements

Applies to