JamItemIdListCollectionItem Property |
Get a item at the specified index. The setter currently always throws an exception.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public IJamItemIdList this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As IJamItemIdList
Get
Set
public:
virtual property IJamItemIdList^ default[int index] {
IJamItemIdList^ get (int index) sealed;
void set (int index, IJamItemIdList^ value) sealed;
}
abstract Item : IJamItemIdList with get, set
override Item : IJamItemIdList with get, set
Parameters
- index
- Type: SystemInt32
The index to get or set.
Return Value
Type:
IJamItemIdListThe item at the specified index.
Implements
IListTItemInt32Exceptions See Also