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

‘선언
Public ReadOnly Property Events As VirtualTypeBuilder..::..EventInfoCollection
    Get
‘사용 방법
Dim instance As VirtualTypeBuilder
Dim value As VirtualTypeBuilder..::..EventInfoCollection

value = instance.Events
public VirtualTypeBuilder..::..EventInfoCollection Events { get; }
public:
property VirtualTypeBuilder..::..EventInfoCollection^ Events {
    VirtualTypeBuilder..::..EventInfoCollection^ get ();
}
member Events : VirtualTypeBuilder..::..EventInfoCollection
function get Events () : VirtualTypeBuilder..::..EventInfoCollection

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

VirtualTypeBuilder Members

Microsoft.VisualStudio.Shell.Design Namespace

VirtualTypeBuilder.EventInfoCollection