VCCodeModel.Delegates Property

Gets a collection of delegates for the object.

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

Syntax

ReadOnly Property Delegates As CodeElements

Dim instance As VCCodeModel
Dim value As CodeElements

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

Property Value

Type: CodeElements

A CodeElements collection.

Permissions

See Also

Reference

VCCodeModel Interface

VCCodeModel Members

Microsoft.VisualStudio.VCCodeModel Namespace