creating a partial class

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,
is the only way to create a partial class is to first select add new item,
new class, and just add the word partial to the class declaration. you can't
pick it out a menu or something like the Add New Item box?

thanks,
rodchar
 
hey all,
is the only way to create a partial class is to first select add new item,
new class, and just add the word partial to the class declaration. you can't
pick it out a menu or something like the Add New Item box?

thanks,
rodchar

That's the only way I know of. I haven't checked in Visual Studio Orcas, but I haven't heard any mention of new ways to create partial classes. It would be a nice feature to be able to right-click a class and select "New partial class".

I'll check up on this and let you know.
 
thank you for the feedback.

Morten Wennevik said:
That's the only way I know of. I haven't checked in Visual Studio Orcas, but I haven't heard any mention of new ways to create partial classes. It would be a nice feature to be able to right-click a class and select "New partial class".

I'll check up on this and let you know.
 
thank you for the feedback.

Couldn't find it in Visual Studio Orcas either, so it probably won't be there when it is shipped, but maybe in the future. :)
 
Back
Top