VCFileCodeModel.Imports Property

Definition

Gets the collection of #import statements for the object.

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

Property Value

A CodeElements collection.

Attributes

Applies to