PathCollectionItem Property |
Returns a path with a certain index.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public string this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As String
Get
public:
property String^ default[int index] {
String^ get (int index);
}
member Item : string with get
Parameters
- index
- Type: SystemInt32
The index of the path that should be returned.
Return Value
Type:
StringThe path with the given index.
See Also