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

'Declaration
ReadOnly Property Delegates As CodeElements
CodeElements Delegates { get; }
property CodeElements^ Delegates {
    CodeElements^ get ();
}
abstract Delegates : CodeElements with get
function get Delegates () : CodeElements

Property Value

Type: EnvDTE.CodeElements
A CodeElements collection.

.NET Framework Security

See Also

Reference

VCCodeModel Interface

Microsoft.VisualStudio.VCCodeModel Namespace