0

EnvDTE.vsCMTypeRef enumeration contains kinds of data type function returns.

Alas, MSDN documentation contains too short descriptions.

Does anyone know what vsCMTypeRefCodeType is for?

Pavel Voronin
  • 13,503
  • 7
  • 71
  • 137
  • The [`CodeType` interface](http://msdn.microsoft.com/en-us/library/vstudio/envdte.codetype.aspx) _"represents a class construct in a source file"_, so I assume `vsCMTypeRefCodeType` means a reference type (more specifically: a class), or a `Type` is returned. If you can perhaps explain somewhat more detailed what you are trying to do and what you need this information for, better answers can be given. – CodeCaster Dec 10 '13 at 10:34
  • @CodeCaster then why does separate vsCMTypeRefObject exist? I just need to check for primitive type. – Pavel Voronin Dec 10 '13 at 10:37

0 Answers0