WizardStepCollection::IList::IndexOf Method (Object^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Determines the index value that represents the position of the specified object in the collection.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

private:
virtual int IndexOf(
	Object^ value
) sealed = IList::IndexOf

Parameters

value
Type: System::Object^

The object to search for in the collection.

Return Value

Type: System::Int32

The index value of the specified object in the collection.

.NET Framework
Available since 2.0
Return to top
Show: