1 interface inheriting from IShellItem
PresentationFramework (1)
System\Windows\Standard\ShellProvider.cs (1)
612interface IShellItem2 : IShellItem
5 references to IShellItem
PresentationFramework (5)
System\Windows\Standard\ShellProvider.cs (5)
568IShellItem GetParent(); 575int Compare(IShellItem psi, SICHINT hint); 598IShellItem GetItemAt(uint dwIndex); 617new IShellItem GetParent(); 621new int Compare(IShellItem psi, SICHINT hint);