VCCodeModel.Delegates Property

Definition

Gets a collection of delegates for the object.

public:
 property EnvDTE::CodeElements ^ Delegates { EnvDTE::CodeElements ^ get(); };
[System.Runtime.InteropServices.DispId(562)]
public EnvDTE.CodeElements Delegates { [System.Runtime.InteropServices.DispId(562)] [System.Runtime.InteropServices.TypeLibFunc] get; }
[<System.Runtime.InteropServices.DispId(562)>]
[<get: System.Runtime.InteropServices.DispId(562)>]
[<get: System.Runtime.InteropServices.TypeLibFunc>]
member this.Delegates : EnvDTE.CodeElements
Public ReadOnly Property Delegates As CodeElements

Property Value

A CodeElements collection.

Attributes

Applies to