VisualStudio.Interop.Interfaces/ComponentModelHost/IComponentModel.cs (
6
lines of code) (
raw
):
using System; namespace Microsoft.VisualStudio.ComponentModelHost; public interface IComponentModel { object GetService(Type type); }