IShellItem Interface

Exposes a method to return either icons or thumbnails for Shell items.

If no thumbnail or icon is available for the requested item, a per-class icon may be provided from the Shell

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("43826d1e-e718-42ee-bc55-a1e261c37bfe")]
public interface IShellItem

Remarks

Methods

BindToHandler Binds to a handler for an item as specified by the handler ID value (BHID).
Compare Compares two IShellItem objects.
GetAttributes Gets a requested set of attributes of the IShellItem object.
GetDisplayName Gets the display name of the IShellItem object.
GetParent Gets the parent of an IShellItem object.

See Also