TaskProvider::TaskCollection::IList::IndexOf Method (Object^)

 

Gets the index of the collection at which the specified task exists.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

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

Parameters

obj
Type: System::Object^

The task to find.

Return Value

Type: System::Int32

The index of the collection at which the task exists.

Return to top
Show: