JamItemIdListCollectionItem Property |
Get a item at the specified index. The setter currently always throws an exception.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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 Int32
- The index to get or set.
Return Value
IJamItemIdListThe item at the specified index.
Implements
IListTItemInt32
Exceptions
See Also