LoadPreviewEventArgsAbsoluteItemIdList Property |
Contains the ItemIdList of the element.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public ItemIdList AbsoluteItemIdList { get; }
Public ReadOnly Property AbsoluteItemIdList As ItemIdList
Get
public:
property ItemIdList^ AbsoluteItemIdList {
ItemIdList^ get ();
}
member AbsoluteItemIdList : ItemIdList with get
Property Value
Type:
ItemIdListAn
ItemIdList.
See Also