VCCodeIDLCoClass::IsCodeType Property
Visual Studio 2015
Gets a value indicating whether a CodeType object can be obtained from this object.
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
IsCodeType returns whether the code element is a code type. If it is, then you can query interface (QI) or cast it to a CodeType object. This is true when Kind is EnvDTE.vsCMElement.vsCMElementClass, EnvDTE.vsCMElement.vsCMElementInterface, EnvDTE.vsCMElement.vsCMElementDelegate, EnvDTE.vsCMElement.vsCMElementStruct, or EnvDTE.vsCMElement.vsCMElementEnum.
Show: