g***t 发帖数: 83 | 1 I was using Visual studio 6.0 before, using class wizard to add a class or add
a member vairable.
Now I switch to .net, is there anyone knows if there is similar way to do it
now?
I tried to right click certain class in class view to add a variable, but it
is fairly slow. I think there might be sth wrong.
Thanks. | w***s 发帖数: 4 | 2 It depends on the version of VS.NET you are using. If you have enterprise
architect version, you could use Visio class diagram to draw and generate all
those methods and properties together. There is no direct ways to do it
otherwise you use third party tools or write your own macro.
I don't know why it is slow for you to add a new property, mine is running
fast. Do you have a very big project?
add
【在 g***t 的大作中提到】 : I was using Visual studio 6.0 before, using class wizard to add a class or add : a member vairable. : Now I switch to .net, is there anyone knows if there is similar way to do it : now? : I tried to right click certain class in class view to add a variable, but it : is fairly slow. I think there might be sth wrong. : Thanks.
| s*i 发帖数: 5025 | 3 It has. Class View--> right click and Add
But I think it is not a so good practice.
add
【在 g***t 的大作中提到】 : I was using Visual studio 6.0 before, using class wizard to add a class or add : a member vairable. : Now I switch to .net, is there anyone knows if there is similar way to do it : now? : I tried to right click certain class in class view to add a variable, but it : is fairly slow. I think there might be sth wrong. : Thanks.
|
|