Freigeben über


VirtualTypeBuilder.Events Property

Gets the collection of Events for the virtual type.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'Declaration
Public ReadOnly Property Events As VirtualTypeBuilder.EventInfoCollection
public VirtualTypeBuilder.EventInfoCollection Events { get; }

Property Value

Type: Microsoft.VisualStudio.Shell.Design.VirtualTypeBuilder.EventInfoCollection
A VirtualTypeBuilder.EventInfoCollection that represents a collection of Events.

.NET Framework Security

See Also

Reference

VirtualTypeBuilder Class

Microsoft.VisualStudio.Shell.Design Namespace

VirtualTypeBuilder.EventInfoCollection