Delen via


VCFileCodeModel.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
'Usage
Dim instance As VCFileCodeModel 
Dim value As CodeElements 

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

Property Value

Type: EnvDTE.CodeElements
A CodeElements collection.

.NET Framework Security

See Also

Reference

VCFileCodeModel Interface

VCFileCodeModel Members

Microsoft.VisualStudio.VCCodeModel Namespace