VCCodeIDLCoClass.Collection Property

Definition

Gets the collection containing the object supporting this property or contained within this code construct.

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

Property Value

A CodeElements object.

Attributes

Applies to