|
|
|
SftDirectoryFolder.ItemIDList Property |
Returns the file/folder's absolute ITEMIDLIST.
Syntax
VB.NET |
absoluteIDL = object.ItemIDList As String |
||
VB |
absoluteIDL = object.ItemIDList As String |
||
C#.NET |
string absoluteIDL = object.ItemIDList; |
||
VC++ |
_bstr_t absoluteIDL = object->ItemIDList;
|
||
C |
HRESULT object->get_ItemIDList(BSTR* absoluteIDL); |
||
Delphi |
absoluteIDL := object.ItemIDList : WideString; |
object
A SftDirectoryFolder object.
absoluteIDL
Returns the file/folder's absolute ITEMIDLIST.
Comments
The ItemIDList property returns the file/folder's absolute ITEMIDLIST.
ITEMIDLIST structures are typically used when communicating with the Windows Shell. For detailed information about the ITEMIDLIST structure and its use, please see Microsoft's Windows documentation.