ShellViewColumnsIndexOf(ShellViewColumn) Method |
Determines the index of a specific item in the
IListT.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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 ShellViewColumn
- The object to locate in the IListT.
Return Value
Int32
The index of
item if found in the list; otherwise, -1.
Implements
IListTIndexOf(T)
See Also