VCCodeUnion.Functions Property

Gets a collection of functions for the object.

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

Syntax

声明
ReadOnly Property Functions As CodeElements
用法
Dim instance As VCCodeUnion
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.

Permissions

See Also

Reference

VCCodeUnion Interface

VCCodeUnion Members

Microsoft.VisualStudio.VCCodeModel Namespace