Interface Stub Order

Apr 14 2005 11:26 AM
I am wondering if there is a way to set the order in which Visual Studios generates the interface stubs when you implement that interface on a class. In my situation, I have an interface with dozens of method declarations, and when I implement the interface and get the prompt... "Press TAB to implement stubs for interface 'IMyInterface'" ...My methods are all out of order and jumbled up good 'n proper. Is there some kind of Design Preprocessor Directive or something that will allow me to set the order in which the methods/accessors are generated in Visual Studios?

Answers (4)