Definitive list of service providers in Visual Studio 2010?

Posted by Will on Stack Overflow See other posts from Stack Overflow or by Will
Published on 2010-05-04T20:40:45Z Indexed on 2010/05/04 21:58 UTC
Read the original article Hit count: 222

VS2010 has made it easy to write extensions via MEF exports and imports. However, if you want to do anything useful you have to know what service provider(s) you need to implement your super awesoem extension.

Unfortunately, this information is often spread out all over the place, not well documented or both.

What I'd really love to see is a comprehensive list of all service providers that you can import into your VS extension, and what those providers... um, provide. Has anybody seen something like that?

© Stack Overflow or respective owner

Related posts about visual-studio-2010

Related posts about VSIX