EnvDTE CodeModel: CodeType vs CodeTypeRef

  • Thread starter Thread starter John Esquel
  • Start date Start date
J

John Esquel

Hello,

I have the following question about MS Code Model classes
[it's probably simple but I have not much experience in it]:

What is the exact difference between the classes in EnvDTE namespace:
CodeType vs CodeTypeRef ?
What do they represent, could you give me any example ?

From MSDN I understand nothing i.e. the is only small note for the classes:
CodeType: "Represents a class construct in a source file"
CodeTypeRef : "An object defining the type of a construct in a source
file"

I don't understand it :-(

Thanks in advance,

John Esquel
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top