visual studio 2012 shortcut to implement interface
问题 It appears that Visual Studio 2012 has removed the automatic implementation of abstract classes that inherit from an interface, any idea how to fix this in 2012 version? 回答1: It seems to still be possible. Please see this How To article from MSDN I tested it and it seems to work just fine. Use this procedure to perform the Implement Abstract Base Class IntelliSense operation. For more information, see Implement Abstract Base Class. To implement an abstract base class using IntelliSense Create