ShellSystemListItemItemIdList Property |
Note: This API is now obsolete.
Get the ItemIdList that specifies the item in the filesystem.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax [ObsoleteAttribute("use AbsoluteItemIdList")]
public ItemIdList ItemIdList { get; }
<ObsoleteAttribute("use AbsoluteItemIdList")>
Public ReadOnly Property ItemIdList As ItemIdList
Get
public:
[ObsoleteAttribute(L"use AbsoluteItemIdList")]
property ItemIdList^ ItemIdList {
ItemIdList^ get ();
}
[<ObsoleteAttribute("use AbsoluteItemIdList")>]
member ItemIdList : ItemIdList with get
Property Value
Type:
ItemIdListSee Also