VCCodeStruct::ImplementedInterfaces Property
Visual Studio 2015
Gets a collection of interfaces implemented by this object.
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
ImplementedInterfaces returns a CodeElements collection, each element of type EnvDTE.vsCMElement.vsCMElementInterface (see vsCMElement) and representing an interface implemented by the code class.
Show: