Share via


VCCodeEvent.Functions Property

Definition

Gets the collection of implemented child methods of an event (e.g. ‘Add’, ‘Throw’, ‘Remove’, ‘Raise’).

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

Property Value

A CodeElements collection.

Attributes

Remarks

Each element in the collection is a CodeFunction.

Applies to