संपादित करें

इसके माध्यम से साझा किया गया


TriggerActionCollection.IList.IndexOf(Object) Method

Definition

This member supports the Windows Presentation Foundation (WPF) infrastructure and is not intended to be used directly from your code.

 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

Parameters

value
Object

The Object to locate in the IList.

Returns

The index of value if found in the list; otherwise, -1.

Implements

Applies to