DesignerRegionCollection.IList.IndexOf(Object) Method

Definition

For a description of this member, see IndexOf(Object).

 virtual int System.Collections.IList.IndexOf(System::Object ^ o) = System::Collections::IList::IndexOf;
int IList.IndexOf (object o);
abstract member System.Collections.IList.IndexOf : obj -> int
override this.System.Collections.IList.IndexOf : obj -> int
Function IndexOf (o As Object) As Integer Implements IList.IndexOf

Parameters

o
Object

The DesignerRegion to locate within the collection.

Returns

The zero-based index of the first occurrence of the object within the collection; otherwise, -1, if the object is not in the collection.

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the DesignerRegionCollection instance is cast to an IList interface.

Applies to

See also