DesignerAutoFormatCollection.IList.IndexOf(Object) Method

Definition

Determines the index of a specific item in the collection when the DesignerAutoFormatCollection object is cast to an IList interface.

 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 value.

Returns

The index of a item in the collection.

Implements

Remarks

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

Applies to

See also