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)

Syntax

'Declaration
ReadOnly Property ImplementedInterfaces As CodeElements
CodeElements ImplementedInterfaces { get; }
property CodeElements^ ImplementedInterfaces {
    CodeElements^ get ();
}
abstract ImplementedInterfaces : CodeElements with get
function get ImplementedInterfaces () : CodeElements

Property Value

Type: EnvDTE.CodeElements
A CodeElements collection.

Remarks

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

.NET Framework Security

See Also

Reference

VCCodeStruct Interface

Microsoft.VisualStudio.VCCodeModel Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples