Hi,
I created a IVsSimpleBrowseComponentSet for the current scope of my language to provide intellisense.
I created the component set and added the components for the scope, successfully.
But why GetList2 from the IVsSimpleBrowseComponentSet returns a IVsObjectList2, that is hard to access from managed code. How can I form request to the component set and get a IVsSimpleObjectList2 like on the IVsSimpleObjectLibrary2?