Hey Guys,
I know in Visual Studio, when programming in C#, if I specify that a class implements an interface, I can right click on the interface and "Implement Interface", which will auto-magically populate my class with the appropriate method signatures.
EDIT: Let me apologize for the vagueness of the original question. I'm looking for a quick easy way to get Visual Studio to do the dirty work of implementing multiple COM interfaces, i.e. generating the method signatures/stubs in the implementing class.
Thanks,
Alex