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
Namespace: DevCase.Win32.InterfacesAssembly: 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
<ComImportAttribute>
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("43826d1e-e718-42ee-bc55-a1e261c37bfe")>
Public Interface IShellItem
Dim instance As IShellItem
[ComImportAttribute]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"43826d1e-e718-42ee-bc55-a1e261c37bfe")]
public interface class IShellItem
[<ComImportAttribute>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("43826d1e-e718-42ee-bc55-a1e261c37bfe")>]
type IShellItem = interface end
No code example is currently available or this language may not be supported.
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.
|