ShellBrowserBaseAbsoluteItemIdList Property |
This property should only be used by advanced users. It sets or returns the absolute ItemIdList of the current object. The returned pointer to an ItemIdList will be valid, until a new object was selected.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax public ItemIdList AbsoluteItemIdList { get; set; }
Public Property AbsoluteItemIdList As ItemIdList
Get
Set
public:
property ItemIdList^ AbsoluteItemIdList {
ItemIdList^ get ();
void set (ItemIdList^ value);
}
member AbsoluteItemIdList : ItemIdList with get, set
Property Value
Type:
ItemIdListSee Also