PathCollectionIndexOf Method |
Returns the index of the given path.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic int IndexOf(
string item
)
Public Function IndexOf (
item As String
) As Integer
public:
int IndexOf(
String^ item
)
member IndexOf :
item : string -> int Parameters
- item String
- The path for that the index should be returned.
Return Value
Int32The index of the path in this collection if the given path was found; -1 otherwise.
See Also