VCCodeStruct::ImplementedInterfaces Property

 

Gets a collection of interfaces implemented by this object.

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

property CodeElements^ ImplementedInterfaces {
	CodeElements^ get();
}

Property Value

Type: EnvDTE::CodeElements^

A CodeElements collection.

ImplementedInterfaces returns a CodeElements collection, each element of type EnvDTE.vsCMElement.vsCMElementInterface (see vsCMElement) and representing an interface implemented by the code class.

Return to top
Show: