VCCodeBase::Class Property
Visual Studio 2015
Gets the base class or the actual base class declaration of the parent object.
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Call this method to retrieve an object representing the actual base class declaration. This object can be any one of the following types: VCCodeClass, VCCodeStruct, or VCCodeInterface.
Show: