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

声明
ReadOnly Property Events As CodeElements
用法
Dim instance As VCCodeStruct
Dim value As CodeElements

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

Property Value

Type: CodeElements

A CodeElements collection.

Permissions

See Also

Reference

VCCodeStruct Interface

VCCodeStruct Members

Microsoft.VisualStudio.VCCodeModel Namespace