BaseShellItemAbsoluteItemIdList Property |
Get the absolute ItemIdList of the item.
Namespace: Jam.ShellAssembly: ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.2
Syntaxpublic 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
ItemIdListImplements
IShellItemAbsoluteItemIdList
See Also