VCCodeStruct.Events Property

Gets a collection of events for the object.

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

Syntax

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

Property Value

Type: EnvDTE.CodeElements
A CodeElements collection.

.NET Framework Security

See Also

Reference

VCCodeStruct Interface

Microsoft.VisualStudio.VCCodeModel Namespace