ShellViewColumnsIndexOf Method (ShellViewColumn) |
Determines the index of a specific item in the
IListT.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public int IndexOf(
ShellViewColumn item
)
Public Function IndexOf (
item As ShellViewColumn
) As Integer
public:
virtual int IndexOf(
ShellViewColumn^ item
) sealed
abstract IndexOf :
item : ShellViewColumn -> int
override IndexOf :
item : ShellViewColumn -> int
Parameters
- item
- Type: Jam.ShellShellViewColumn
The object to locate in the IListT.
Return Value
Type:
Int32
The index of
item if found in the list; otherwise, -1.
Implements
IListTIndexOf(T)See Also