VCCodeModel.IDLImports Property

Definition

Gets the collection of Import statements from the .idl file of the parent object.

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

Property Value

A CodeElements collection.

Attributes

Applies to