VCCodeUnion.Structs Property

Definition

Gets the collection of structure elements for the object.

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

Property Value

A CodeElements collection.

Attributes

Applies to