VCFileCodeModel.Typedefs Property

Definition

Gets the collection of typedef elements for the object.

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

Property Value

A CodeElements collection.

Attributes

Applies to