VCCodeIDLLibrary.Interfaces Property

Definition

Gets the collection of interfaces for the parent object.

public:
 property EnvDTE::CodeElements ^ Interfaces { EnvDTE::CodeElements ^ get(); };
[System.Runtime.InteropServices.DispId(581)]
public EnvDTE.CodeElements Interfaces { [System.Runtime.InteropServices.DispId(581)] [System.Runtime.InteropServices.TypeLibFunc] get; }
[<System.Runtime.InteropServices.DispId(581)>]
[<get: System.Runtime.InteropServices.DispId(581)>]
[<get: System.Runtime.InteropServices.TypeLibFunc>]
member this.Interfaces : EnvDTE.CodeElements
Public ReadOnly Property Interfaces As CodeElements

Property Value

A CodeElements collection.

Attributes

Applies to