Projections

Automatically implementing classes in Visual Studio 2008

Automatically implementing classes in Visual Studio 2008

VS2008 Tip:

Automatically implement abstract interfaces

1) Write derived class
public class DerivedClass : BaseClass
{
}

2) Right click on "BaseClass" and select "Implement Abstract Class"

3) Fill in your code

Published Monday, November 10, 2008 11:10 AM by alexdan
Filed under:

Comments

No Comments
Anonymous comments are disabled

© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Microsoft
Page view tracker