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