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
Get
CodeElements ImplementedInterfaces { get; }
property CodeElements^ ImplementedInterfaces {
CodeElements^ get ();
}
abstract ImplementedInterfaces : CodeElements
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.VCCodeModel Namespace
Other Resources
How to: Compile and Run the Automation Object Model Code Examples