PropertyGroup.ICustomTypeDescriptor.GetEvents Method
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
'Declaration
Private Function GetEvents As EventDescriptorCollection
Implements ICustomTypeDescriptor.GetEvents
EventDescriptorCollection ICustomTypeDescriptor.GetEvents()
private:
virtual EventDescriptorCollection^ GetEvents() sealed = ICustomTypeDescriptor::GetEvents
private abstract GetEvents : unit -> EventDescriptorCollection
private override GetEvents : unit -> EventDescriptorCollection
JScript does not support explicit interface implementations.
Type: System.ComponentModel.EventDescriptorCollection
ICustomTypeDescriptor.GetEvents()
- 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.
Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace