VCFileCodeModel.Includes Property

Definition

Gets the collection of #include statements for the object.

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

Property Value

A CodeElements collection.

Attributes

Applies to