New class defaults

  • Thread starter Thread starter Eric
  • Start date Start date
E

Eric

When I create a new class in a project, I would like to have some additional
using directives added by default. Also, I would like to have 'class'
preceded with 'public' by default. I modified, what I thought were, the
templates but no luck.


If someone could explain how to do this, I would appreciate it.
 
Hi Eric,

Thank you for your post!

In addition to the installed templates that are available in the New
Project and Add New Item dialog boxes, you can access templates that you
have created or that you have obtained from the community.

You can take a look at following MSDN documentation:

#How to: Locate and Organize Project and Item Templates
http://msdn2.microsoft.com/en-us/library/y3kkate1.aspx

#How to: Update Existing Templates
http://msdn2.microsoft.com/en-us/library/ms185319.aspx

#How to: Create Item Templates
http://msdn2.microsoft.com/en-us/library/tsyyf0yh.aspx

If anything is unclear, please feel free to post here.

Regards,
Walter Wang
Microsoft Online Community Support

==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.
 
Back
Top