PropertyGroup.ICustomTypeDescriptor.GetEvents-Methode

Diese Klasse und ihre Member sind für die interne Verwendung reserviert und nicht für die Verwendung im Code vorgesehen.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'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 unterstützt keine expliziten Schnittstellenimplementierungen

Rückgabewert

Typ: System.ComponentModel.EventDescriptorCollection

Implementiert

ICustomTypeDescriptor.GetEvents()

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertyGroup Klasse

GetEvents-Überladung

Microsoft.VisualStudio.Data.Schema.Package.Internal-Namespace