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

声明
ReadOnly Property ImplementedInterfaces As CodeElements
用法
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: 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.

Permissions

See Also

Concepts

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

Reference

VCCodeClass Interface

VCCodeClass Members

Microsoft.VisualStudio.VCCodeModel Namespace