1 interface inheriting from IShellItem
PresentationFramework (1)
src\Framework\System\Windows\Standard\ShellProvider.cs (1)
620interface IShellItem2 : IShellItem
5 references to IShellItem
PresentationFramework (5)
src\Framework\System\Windows\Standard\ShellProvider.cs (5)
576IShellItem GetParent(); 583int Compare(IShellItem psi, SICHINT hint); 606IShellItem GetItemAt(uint dwIndex); 625new IShellItem GetParent(); 629new int Compare(IShellItem psi, SICHINT hint);