BaseShellItemAbsoluteItemIdList Property |
Get the absolute ItemIdList of the item.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public virtual ItemIdList AbsoluteItemIdList { get; set; }
Public Overridable Property AbsoluteItemIdList As ItemIdList
Get
Set
public:
virtual property ItemIdList^ AbsoluteItemIdList {
ItemIdList^ get ();
void set (ItemIdList^ value);
}
abstract AbsoluteItemIdList : ItemIdList with get, set
override AbsoluteItemIdList : ItemIdList with get, set
Property Value
Type:
ItemIdListImplements
IShellItemAbsoluteItemIdListSee Also