CoreShellFolder Properties |
The CoreShellFolder type exposes the following members.
Name | Description | |
---|---|---|
ClassId |
Gets the class identifier.
| |
IdList |
Gets this item's absolute PIDL.
| |
Item |
Gets the corresponding item instance.
| |
NativeObject |
Gets the underlying Shell native object (IShellFolder).
| |
Parent |
Gets the parent folder.
Note the desktop folder's parent is the desktop folder.
| |
SHGDN_FORADDRESSBAR |
Gets the display name relative to the parent folder. In UI this name is generally ideal for display to the user.
| |
SHGDN_FOREDITING |
Gets the display name relative to the parent folder. In UI this name is generally ideal for display to the user.
| |
SHGDN_FORPARSING |
Gets the display name relative to the parent folder. In UI this name is generally ideal for display to the user.
| |
SHGDN_NORMAL |
Gets the display name relative to the parent folder. In UI this name is generally ideal for display to the user.
|