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

声明
ReadOnly Property Delegates As CodeElements
用法
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: CodeElements

A CodeElements collection.

Permissions

See Also

Reference

VCFileCodeModel Interface

VCFileCodeModel Members

Microsoft.VisualStudio.VCCodeModel Namespace