VCCodeEvent::Functions Property

 

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

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

property CodeElements^ Functions {
	CodeElements^ get();
}

Property Value

Type: EnvDTE::CodeElements^

A CodeElements collection.

Each element in the collection is a CodeFunction.

Return to top
Show: