Share via


VCCodeClass.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
'Usage
Dim instance As VCCodeClass 
Dim value As CodeElements 

value = instance.ImplementedInterfaces
CodeElements ImplementedInterfaces { get; }
property CodeElements^ ImplementedInterfaces {
    CodeElements^ get ();
}
function get ImplementedInterfaces () : CodeElements

Property Value

Type: EnvDTE.CodeElements
A CodeElements collection.

Remarks

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

.NET Framework Security

See Also

Reference

VCCodeClass Interface

VCCodeClass Members

Microsoft.VisualStudio.VCCodeModel Namespace

Other Resources

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