FilteredObservableCollection<T>::IndexOf Method (Object^)

 

Gets the location of the specified item.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
virtual int IndexOf(
	Object^ value
) sealed

Parameters

value
Type: System::Object^

The value.

Return Value

Type: System::Int32

The location of the specified item.

Return to top
Show: