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
'使用
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 ();
}
public function get Events () : VirtualTypeBuilder..::.EventInfoCollection
Property Value
Type: Microsoft.VisualStudio.Shell.Design.VirtualTypeBuilder.EventInfoCollection
A VirtualTypeBuilder.EventInfoCollection that represents a collection of Events.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.