GlobalObjectCollection.IList.IndexOf(Object) Yöntem

Tanım

Koleksiyondaki bir nesnenin konumunu alır.

 virtual int System.Collections.IList.IndexOf(System::Object ^ item) = System::Collections::IList::IndexOf;
 virtual int System.Collections.IList.IndexOf(Platform::Object ^ item) = System::Collections::IList::IndexOf;
int System.Collections.IList.IndexOf(winrt::Windows::Foundation::IInspectable const & item);
int IList.IndexOf (object item);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (item As Object) As Integer Implements IList.IndexOf

Parametreler

item
Object

Bulunacak öğe.

Döndürülenler

Int32

Koleksiyondaki nesnenin konumu.

Uygulamalar

Şunlara uygulanır