Hello all,
I am developing a VS- Addin using VS 2008. Any idea how to get the return type of function from CodeFunction interface. I am successful in getting parameters of a function using CodeFunction.Parameters. But I also need the return type of the function. Any
idea how to get the return type. Thanks a lot for reading my question.