VCCodeModel.Unions Property

Definition

Gets the collection of Union elements for the object.

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

Property Value

A CodeElements collection.

Attributes

Applies to