VisualStudio.Interop.Interfaces/Shell/Interop/IVsSolution.cs (5 lines of code) (raw):

namespace Microsoft.VisualStudio.Shell.Interop; public interface IVsSolution { int GetProjectOfUniqueName(string pszUniqueName, out IVsHierarchy ppHierarchy); }