Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the ___location of the specified item.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Function IndexOf ( _
item As T _
) As Integer
public int IndexOf(
T item
)
public:
virtual int IndexOf(
T item
) sealed
abstract IndexOf :
item:'T -> int
override IndexOf :
item:'T -> int
public final function IndexOf(
item : T
) : int
Parameters
item
Type: TThe item.
Return Value
Type: Int32
The ___location of the specified item.
Implements
IList.IndexOf(UTP)
Remarks
If the collection has a filter, this method returns the ___location of the item in the filtered list, otherwise returns the ___location of the item in the underlying list.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.