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)

Syntax

声明
ReadOnly Property Functions As CodeElements
用法
Dim instance As VCCodeEvent
Dim value As CodeElements

value = instance.Functions
CodeElements Functions { get; }
property CodeElements^ Functions {
    CodeElements^ get ();
}
function get Functions () : CodeElements

Property Value

Type: CodeElements

A CodeElements collection.

Remarks

Each element in the collection is a CodeFunction.

Permissions

See Also

Reference

VCCodeEvent Interface

VCCodeEvent Members

Microsoft.VisualStudio.VCCodeModel Namespace