VisualStudio.Interop.Interfaces/ProjectSystem/Properties/IVsBrowseObjectContext.cs (5 lines of code) (raw):
namespace Microsoft.VisualStudio.ProjectSystem.Properties;
public interface IVsBrowseObjectContext
{
UnconfiguredProject UnconfiguredProject { get; }
}